Skip to content

Commit

Permalink
update federation directives
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian committed Aug 31, 2024
1 parent ca33471 commit cb4bba7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/unit/should_replace_federation_directives/schema.graphql
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
directive @extends on OBJECT
directive @external on FIELD_DEFINITION
directive @key(fields: FieldSet!) repeatable on OBJECT | INTERFACE
directive @extends on OBJECT | INTERFACE
directive @external on OBJECT | FIELD_DEFINITION
directive @key(
fields: FieldSet!
resolvable: Boolean = true
) repeatable on OBJECT | INTERFACE
scalar FieldSet

type FederatedType @extends @key(fields: "some field") {
Expand Down

0 comments on commit cb4bba7

Please sign in to comment.