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

Subgraph: Helpers for Introspection Query #554

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

banasa44
Copy link
Contributor

@banasa44 banasa44 commented Mar 14, 2024

Description

To generate the documentation for Subgraph, we are going to use the introspection query, which will read from the schema.graphql itself because the API Endpoint introduces a lot of redundant information.

To do so, we need to declare the scalars Bytes and BigInt that don't exist in GraphQL (the comments are optional, I added so if someone reaches them in the documentation).

And also we need to initialize a Query type, again the comments are optional.

Task ID: OS-1136

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have selected the correct base branch.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • Any dependent changes have been merged and published in downstream modules.
  • I ran all tests with success and extended them if necessary.
  • I have updated the CHANGELOG.md file in the root folder.
  • I have updated the DEPLOYMENT_CHECKLIST file in the root folder.
  • I have updated the UPDATE_CHECKLIST file in the root folder.

@banasa44 banasa44 force-pushed the chore/introspection-query-helpers branch from 232d41d to a05d0e3 Compare March 14, 2024 14:25
@banasa44 banasa44 merged commit dd64813 into develop Mar 15, 2024
16 checks passed
@banasa44 banasa44 deleted the chore/introspection-query-helpers branch March 15, 2024 08:17
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.

3 participants