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 for include and skip directive with references #188

Merged
merged 2 commits into from
Dec 7, 2023

Conversation

kmoore-intuit
Copy link
Collaborator

What Changed

Why

Todo:

  • Add tests
  • Add docs

@@ -91,6 +93,12 @@ public TraversalControl visitField(Field node, TraverserContext<Node> context) {
requireNonNull(fieldDefinition, "Failed to get Field Definition for " + node.getName());

context.setVar(GraphQLType.class, fieldDefinition.getType());

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also add integration test i.e. send query to graphql orchestrator and validate the outgoing query.

@kmoore-intuit kmoore-intuit force-pushed the query-directive-remove-node branch 2 times, most recently from b1ea37c to 07f3bba Compare December 7, 2023 16:21
@kmoore-intuit kmoore-intuit merged commit 209e72e into master Dec 7, 2023
3 checks passed
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