You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t.documentation"Scalar type used by the `@link` directive required for Apollo Federation V2."
227
-
# `scalar_type` requires we set these but this scalar type is only in GraphQL.
227
+
# `scalar_type` requires a mapping but this scalar type is only in GraphQL.
228
228
t.mappingtype: nil
229
-
t.json_schematype: "null"
230
229
end
231
230
232
231
apollo_scalar_type"federation__Scope"do |t|
233
232
t.documentation"Scalar type used by the `@requiresScopes` directive required for Apollo Federation V2.5+."
234
-
# `scalar_type` requires we set these but this scalar type is only in GraphQL.
233
+
# `scalar_type` requires a mapping but this scalar type is only in GraphQL.
235
234
t.mappingtype: nil
236
-
t.json_schematype: "null"
237
235
end
238
236
239
237
apollo_scalar_type"federation__Policy"do |t|
240
238
t.documentation"Scalar type used by the `@policy` directive required for Apollo Federation V2.6+."
241
-
# `scalar_type` requires we set these but this scalar type is only in GraphQL.
239
+
# `scalar_type` requires a mapping but this scalar type is only in GraphQL.
242
240
t.mappingtype: nil
243
-
t.json_schematype: "null"
244
241
end
245
242
246
243
# Copied from https://github.com/apollographql/federation/blob/b3a3cb84d8d67d1d6e817dc85b9ae0ecdd9908d1/docs/source/subgraph-spec.mdx#subgraph-schema-additions
0 commit comments