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
When I try to build an AST it doesn't contain the hello field. Debugging and I get into the buildASTSchema I do see the field in the documentAST.definitions[1].fields array but within the for loop of buildASTSchema I see it never handles the ObjectTypeExtension kind. I do see #922 talking about something similar but I don't see why the extensions cannot be properly merged together in the result even if the fields aren't all merged together and it just has an extensions key in the type.
I do see #922 talking about something similar but I don't see why the extensions cannot be properly merged together in the result even if the fields aren't all merged together and it just has an extensions key in the type.
If I have the follow schema:
When I try to build an AST it doesn't contain the
hello
field. Debugging and I get into thebuildASTSchema
I do see the field in thedocumentAST.definitions[1].fields
array but within thefor
loop ofbuildASTSchema
I see it never handles theObjectTypeExtension
kind. I do see #922 talking about something similar but I don't see why the extensions cannot be properly merged together in the result even if the fields aren't all merged together and it just has an extensions key in the type.For a full example (along with the
IntrospectionQuery
I'm using): https://gist.github.com/mitchellsimoens/eaa0579b07772aabf8d9c876cd2cd6d2The text was updated successfully, but these errors were encountered: