We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like there are a few things missing in https://github.com/apollographql/federation/blob/main/internals-js/src/introspection.ts#L68
Specifically:
includeDeprecated
__Field.args
__Directive.args
__Type.inputFields
isDeprecated
__InputValue
deprecationReason
I think thats all thats missing, but I might have missed something.
The text was updated successfully, but these errors were encountered:
Add missing introspection fields and fix isPromise prisma compatiblil…
407351c
…ity (#1584) Fixes #1578, #1579 The isPromise fix is related to prisma/prisma#12252.
Successfully merging a pull request may close this issue.
Looks like there are a few things missing in https://github.com/apollographql/federation/blob/main/internals-js/src/introspection.ts#L68
Specifically:
includeDeprecated
on__Field.args
includeDeprecated
on__Directive.args
includeDeprecated
on__Type.inputFields
isDeprecated
on__InputValue
deprecationReason
on__InputValue
I think thats all thats missing, but I might have missed something.
The text was updated successfully, but these errors were encountered: