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

[HL GraphQL] Develop a solution to filter data from GraphQL based on a given appContract. #170

Open
fabiooshiro opened this issue Aug 12, 2024 · 0 comments

Comments

@fabiooshiro
Copy link

fabiooshiro commented Aug 12, 2024

Task Description:

  1. Add appContract Field:

    • Modify the reader.graphql file to include the appContract field.
    • Update the Voucher, Input, and any other relevant types to accommodate this new field.
  2. Code Generation:

    • Run the command make gen to generate the updated GraphQL types and resolvers.
  3. Implement Changes:

    • Implement the necessary changes in the reader.resolvers.go file to handle the new appContract field.
    • Update any related adapters and other components that interact with the modified types.
@fabiooshiro fabiooshiro changed the title [HL GraphQL] Add appContract field to filter results [HL GraphQL] Develop a solution to filter data from GraphQL based on a given appContract. Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready to Start Development
Development

No branches or pull requests

1 participant