Skip to content

Commit 1e65849

Browse files
authored
1 parent 25d4f35 commit 1e65849

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/definitions/Federation.graphql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# https://www.apollographql.com/docs/federation/subgraph-spec/
2+
# Latest update - Fed 2.3
23

34
# a union of all types that use the @key directive
45
union _Entity
@@ -38,6 +39,7 @@ directive @inaccessible on FIELD_DEFINITION | OBJECT | INTERFACE | UNION | ARGUM
3839
directive @tag(name: String!) repeatable on FIELD_DEFINITION | INTERFACE | OBJECT | UNION | ARGUMENT_DEFINITION | SCALAR | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION
3940
directive @override(from: String!) on FIELD_DEFINITION
4041
directive @composeDirective(name: String!) repeatable on SCHEMA
42+
directive @interfaceObject on OBJECT
4143

4244
# This definition is required only for libraries that don't support
4345
# GraphQL's built-in `extend` keyword

0 commit comments

Comments
 (0)