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
What exactly do you mean by input values? Arguments definitions, input field definitions, or both?
Are we positive the loss is in buildComposedSchema rather than printSchema, or both?
(Note that support of these two features is still unmerged in the graphql-spec (graphql/graphql-spec#805) although I do believe graphql-js already implements them.)
Is this just a matter of porting some changes from graphql-js to our copy/paste?
Reported by @sachindshinde - specifically calling
printSchema(buildComposedSchema(parse(supergraphSdl)))
loses@deprecated
usages on input values.The text was updated successfully, but these errors were encountered: