Skip to content

Commit 0c50454

Browse files
committed
refact: federation schema file typo
1 parent bd53ce7 commit 0c50454

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

federation_spec/federation-v2.10.graphql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ directive @authenticated on
3535
| INTERFACE
3636
| SCALAR
3737
| ENUM
38-
directive @requiresScopes(scopes: [[Scope!]!]!) on
38+
directive @requiresScopes(scopes: [[federation__Scope!]!]!) on
3939
FIELD_DEFINITION
4040
| OBJECT
4141
| INTERFACE
4242
| SCALAR
4343
| ENUM
44-
directive @policy(policies: [[Policy!]!]!) on
44+
directive @policy(policies: [[federation__Policy!]!]!) on
4545
| FIELD_DEFINITION
4646
| OBJECT
4747
| INTERFACE
4848
| SCALAR
4949
| ENUM
5050
directive @context(name: String!) on OBJECT | INTERFACE | UNION
51-
directive @fromContext(field: ContextFieldValue) on ARGUMENT_DEFINITION
51+
directive @fromContext(field: federation__ContextFieldValue) on ARGUMENT_DEFINITION
5252
directive @listSize(
5353
assumedSize: Int
5454
slicingArguments: [String!]

federation_spec/federation-v2.11.graphql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ directive @authenticated on
3535
| INTERFACE
3636
| SCALAR
3737
| ENUM
38-
directive @requiresScopes(scopes: [[Scope!]!]!) on
38+
directive @requiresScopes(scopes: [[federation__Scope!]!]!) on
3939
FIELD_DEFINITION
4040
| OBJECT
4141
| INTERFACE
4242
| SCALAR
4343
| ENUM
44-
directive @policy(policies: [[Policy!]!]!) on
44+
directive @policy(policies: [[federation__Policy!]!]!) on
4545
| FIELD_DEFINITION
4646
| OBJECT
4747
| INTERFACE
4848
| SCALAR
4949
| ENUM
5050
directive @context(name: String!) on OBJECT | INTERFACE | UNION
51-
directive @fromContext(field: ContextFieldValue) on ARGUMENT_DEFINITION
51+
directive @fromContext(field: federation__ContextFieldValue) on ARGUMENT_DEFINITION
5252
directive @listSize(
5353
assumedSize: Int
5454
slicingArguments: [String!]

federation_spec/federation-v2.8.graphql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ directive @authenticated on
3535
| INTERFACE
3636
| SCALAR
3737
| ENUM
38-
directive @requiresScopes(scopes: [[Scope!]!]!) on
38+
directive @requiresScopes(scopes: [[federation__Scope!]!]!) on
3939
FIELD_DEFINITION
4040
| OBJECT
4141
| INTERFACE
4242
| SCALAR
4343
| ENUM
44-
directive @policy(policies: [[Policy!]!]!) on
44+
directive @policy(policies: [[federation__Policy!]!]!) on
4545
| FIELD_DEFINITION
4646
| OBJECT
4747
| INTERFACE
4848
| SCALAR
4949
| ENUM
5050
directive @context(name: String!) on OBJECT | INTERFACE | UNION
51-
directive @fromContext(field: ContextFieldValue) on ARGUMENT_DEFINITION
51+
directive @fromContext(field: federation__ContextFieldValue) on ARGUMENT_DEFINITION
5252
scalar federation__Policy
5353
scalar federation__Scope
5454
scalar FieldSet

federation_spec/federation-v2.9.graphql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ directive @authenticated on
3535
| INTERFACE
3636
| SCALAR
3737
| ENUM
38-
directive @requiresScopes(scopes: [[Scope!]!]!) on
38+
directive @requiresScopes(scopes: [[federation__Scope!]!]!) on
3939
FIELD_DEFINITION
4040
| OBJECT
4141
| INTERFACE
4242
| SCALAR
4343
| ENUM
44-
directive @policy(policies: [[Policy!]!]!) on
44+
directive @policy(policies: [[federation__Policy!]!]!) on
4545
| FIELD_DEFINITION
4646
| OBJECT
4747
| INTERFACE
4848
| SCALAR
4949
| ENUM
5050
directive @context(name: String!) on OBJECT | INTERFACE | UNION
51-
directive @fromContext(field: ContextFieldValue) on ARGUMENT_DEFINITION
51+
directive @fromContext(field: federation__ContextFieldValue) on ARGUMENT_DEFINITION
5252
directive @listSize(
5353
assumedSize: Int
5454
slicingArguments: [String!]

0 commit comments

Comments
 (0)