File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1
1
# https://www.apollographql.com/docs/federation/subgraph-spec/
2
+ # Latest update - Fed 2.3
2
3
3
4
# a union of all types that use the @key directive
4
5
union _Entity
@@ -38,6 +39,7 @@ directive @inaccessible on FIELD_DEFINITION | OBJECT | INTERFACE | UNION | ARGUM
38
39
directive @tag (name : String ! ) repeatable on FIELD_DEFINITION | INTERFACE | OBJECT | UNION | ARGUMENT_DEFINITION | SCALAR | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION
39
40
directive @override (from : String ! ) on FIELD_DEFINITION
40
41
directive @composeDirective (name : String ! ) repeatable on SCHEMA
42
+ directive @interfaceObject on OBJECT
41
43
42
44
# This definition is required only for libraries that don't support
43
45
# GraphQL's built-in `extend` keyword
You can’t perform that action at this time.
0 commit comments