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

Support GraphQL fragments #1536

Merged
merged 3 commits into from
Jun 13, 2024
Merged

Conversation

MarcAstr0
Copy link
Collaborator

@MarcAstr0 MarcAstr0 commented Jun 13, 2024

Description

Checks

  • Project Builds
  • Project passes tests and checks
  • Updated documentation accordingly

@MarcAstr0 MarcAstr0 requested a review from charlietfe June 13, 2024 13:47
Copy link

what-the-diff bot commented Jun 13, 2024

PR Summary

  • GraphQL Fragments Support Enhancement
    The implementation in the GraphQLGenerator class now provides support for GraphQL fragments - an ability that allows for efficient and easier to manage complex queries.

  • New JSON file Addition: support_graphql_fragments_2024-06-13-13-43.json
    A new JSON file is introduced to store specific information related to the GraphQL fragments, playing an essential role in rendering isomorphic trees.

  • Improvements to the read-models.integration.ts File
    Several modifications have been made in this file to include the enhanced feature of conducting complex queries using fragments.

  • Addition of New Test Cases in read-models.integration.ts File
    Two new test cases have been added. One evaluates the ability to apply modified filter by 'before' hooks, ensuring hooks work correctly with GraphQL fragments. In contrast, the other test case assesses the system's capability to properly return exceptions thrown by 'before' functions, thus improving error handling.

@MarcAstr0
Copy link
Collaborator Author

/integration sha=7a4c00aad44f74f1cdb89db58359b6e6add6722a

Copy link
Contributor

⌛ Integration tests are running...

Check their status here 👈

Copy link
Contributor

❌ Oh no! Integration tests have failed

@MarcAstr0
Copy link
Collaborator Author

/integration sha=b3c4766f7583dc4c12a40f011b2b06a7cb40162f

Copy link
Contributor

⌛ Integration tests are running...

Check their status here 👈

@MarcAstr0 MarcAstr0 merged commit dcd0714 into boostercloud:main Jun 13, 2024
6 checks passed
Copy link
Contributor

✅ Integration tests have finished successfully!

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