-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update configds for subscription type
- Loading branch information
1 parent
f5f3bdb
commit a37b7b9
Showing
6 changed files
with
167 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
59 changes: 59 additions & 0 deletions
59
...umber-tests/src/test/resources/artifacts/apk-confs/graphql/graphql_conf_with_sub.apk-conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
name: "GraphQL API" | ||
basePath: "/graphql" | ||
version: "3.14" | ||
type: "GRAPHQL" | ||
defaultVersion: false | ||
subscriptionValidation: false | ||
endpointConfigurations: | ||
production: | ||
endpoint: "https://run.mocky.io/v3/85516819-1edd-412b-a32b-a9284705a0b4" | ||
operations: | ||
- target: "hero" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "reviews" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "search" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "character" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "droid" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "human" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "allHumans" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "allDroids" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "allCharacters" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "starship" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "createReview" | ||
verb: "MUTATION" | ||
secured: true | ||
scopes: [] | ||
- target: "reviewAdded" | ||
verb: "SUBSCRIPTION" | ||
secured: true | ||
scopes: [] |
55 changes: 55 additions & 0 deletions
55
...er-tests/src/test/resources/artifacts/apk-confs/graphql/graphql_conf_without_sub.apk-conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
name: "GraphQL API" | ||
basePath: "/graphql" | ||
version: "3.14" | ||
type: "GRAPHQL" | ||
defaultVersion: false | ||
subscriptionValidation: false | ||
endpointConfigurations: | ||
production: | ||
endpoint: "https://run.mocky.io/v3/85516819-1edd-412b-a32b-a9284705a0b4" | ||
operations: | ||
- target: "hero" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "reviews" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "search" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "character" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "droid" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "human" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "allHumans" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "allDroids" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "allCharacters" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "starship" | ||
verb: "QUERY" | ||
secured: true | ||
scopes: [] | ||
- target: "createReview" | ||
verb: "MUTATION" | ||
secured: true | ||
scopes: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters