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

Add graphql api creation by SDL url and introspection #12737

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nisan-abeywickrama
Copy link
Contributor

@nisan-abeywickrama nisan-abeywickrama commented Jan 7, 2025

Purpose

This feature enhances the GraphQL API creation capabilities by adding support for additional methods: creating APIs using an SDL URL and using the introspection method by providing an endpoint.

Implementation

  • Update validateGraphQLSchema rest api to support url and useIntrospection
  • Update import graphql schema to support using url or introspection
  • Add new exceptions codes for this feature
  • Create function to retrieve schema from sdl url.
  • Create function to retrieve schema from introspection query to the given endpoint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant