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 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
45union _Entity
@@ -38,6 +39,7 @@ directive @inaccessible on FIELD_DEFINITION | OBJECT | INTERFACE | UNION | ARGUM
3839directive @tag (name : String ! ) repeatable on FIELD_DEFINITION | INTERFACE | OBJECT | UNION | ARGUMENT_DEFINITION | SCALAR | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION
3940directive @override (from : String ! ) on FIELD_DEFINITION
4041directive @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
You can’t perform that action at this time.
0 commit comments