Skip to content

Add documentation for GraphQL schema mappings inspection #662

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

Closed
rstoyanchev opened this issue Apr 17, 2023 · 0 comments
Closed

Add documentation for GraphQL schema mappings inspection #662

rstoyanchev opened this issue Apr 17, 2023 · 0 comments
Assignees
Labels
type: documentation A documentation task
Milestone

Comments

@rstoyanchev
Copy link
Contributor

No description provided.

@rstoyanchev rstoyanchev added the type: documentation A documentation task label Apr 17, 2023
@rstoyanchev rstoyanchev added this to the 1.2.0-RC1 milestone Apr 17, 2023
@rstoyanchev rstoyanchev self-assigned this Apr 17, 2023
rstoyanchev added a commit that referenced this issue Apr 17, 2023
Support not only GraphQLObjectType, but any GraphQLFieldsContainer,
effectively also inspecting fields declared on an interface.

Add skipped types to report that includes any non-simple types that
have been skipped. Any type that is not a GraphQLFieldsContainer is
skipped, including unions. Types may also be skipped because of
insufficient Java object type information, e.g. controller method
declared to return Object or Mono<?>.

Do not report issues related to scalar and enum type fields, which
don't have any structure and don't need further checks.

See gh-662
rstoyanchev added a commit that referenced this issue Apr 19, 2023
@rstoyanchev rstoyanchev changed the title Add documentation for GraphQL schema inspection Add documentation for GraphQL schema mappings inspection Apr 19, 2023
rstoyanchev added a commit that referenced this issue Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation task
Projects
None yet
Development

No branches or pull requests

1 participant