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

Custom operation builder #300

Merged
merged 11 commits into from
Jul 17, 2024
Merged

Custom operation builder #300

merged 11 commits into from
Jul 17, 2024

Conversation

DamianCzajkowski
Copy link
Contributor

This pull request merges the latest version of the custom operation builder into the main branch. This update includes foundational features necessary for building custom queries and mutations.

Features Included

  • Initial implementation of the custom operation builder.
  • Basic support for creating and managing custom queries and mutations.
  • Initial tests and documentation for the feature.

Next Steps

Once this pull request is merged, a new issue will be created to outline further enhancements and improvements needed for this feature. These enhancements will include:

  • Support for introspection fields.
  • Support for directives.
  • Support for query/mutation as a return type.
  • The ability to select specific queries/mutations from the schema.

We look forward to collaborating with the community to refine and expand this feature. Contributions are welcome, and we appreciate your support in making this tool more robust and user-friendly.

@DamianCzajkowski DamianCzajkowski linked an issue Jul 17, 2024 that may be closed by this pull request
@DamianCzajkowski DamianCzajkowski merged commit dda41d1 into main Jul 17, 2024
4 checks passed
@DamianCzajkowski DamianCzajkowski deleted the custom-operation-builder branch July 17, 2024 12:58
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.

Feature request: Allow user-specified queries
1 participant