Skip to content
New issue

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

fix(rover-client): introspection result should omit Float scalar #988

Merged
merged 1 commit into from
Feb 9, 2022

Conversation

lrlna
Copy link
Member

@lrlna lrlna commented Feb 9, 2022

Since Float is a built-in GraphQL scalar type, it must not be part of the introspection results. This PR removes it from the SDL Rover produces. fixes #985

There is also a small tweak to 'interfaces' schema test to remove code examples within description, as it's not really necessary to test those specifics in an interface tests, and maintaining indentation is a bit of a pain!

Since `Float` is a built-in GraphQL scalar type, it must not be part of the introspection results. This PR removes it from the SDL Rover produces. fixes #985

There is also a small tweak to 'interfaces' schema test to remove code examples within description, as it's not really necessary to test those specifics in an interface tests, and maintaining indentation is a bit of a pain!
@lrlna lrlna added the bug 🐞 label Feb 9, 2022
@lrlna lrlna self-assigned this Feb 9, 2022
@EverlastingBugstopper EverlastingBugstopper merged commit c5d0933 into main Feb 9, 2022
@EverlastingBugstopper EverlastingBugstopper added this to the 0.4.2 milestone Feb 11, 2022
This was referenced Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rover adds Scalar Float to schema graphql file
3 participants