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

Generate plural GQL query schema for subgraph entities #443

Merged
merged 3 commits into from
Oct 31, 2023

Conversation

prathamesh0
Copy link
Collaborator

@prathamesh0 prathamesh0 commented Oct 30, 2023

Part of [Implement GQL API same as graph-node](https://www.notion.so/Implement-GQL-API-same-as-graph-node-241ea9811a244cb8a62f3ae5e69a82d6?pvs=23

  • Generate plural GQL queries with following args:
    • block (for time travel queries)
    • orderBy and orderDirection (for sorting)
    • first and skip (for paging)
  • To be handled in a follow on PR:
    • where arg for filtering
    • Resolvers for plural queries

@prathamesh0 prathamesh0 changed the title [WIP] Generate plural GQL queries for subgraph entities Generate plural GQL queries for subgraph entities Oct 31, 2023
@prathamesh0 prathamesh0 changed the title Generate plural GQL queries for subgraph entities Generate plural GQL queriey schema Oct 31, 2023
@prathamesh0 prathamesh0 changed the title Generate plural GQL queriey schema Generate plural GQL queriey schema for subgraph entities Oct 31, 2023
@prathamesh0 prathamesh0 changed the title Generate plural GQL queriey schema for subgraph entities Generate plural GQL query schema for subgraph entities Oct 31, 2023
@ashwinphatak ashwinphatak merged commit 15ee523 into main Oct 31, 2023
2 checks passed
@ashwinphatak ashwinphatak deleted the pm-codegen-subgraph-gql branch October 31, 2023 03:54
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.

2 participants