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

Fix typo in description of skip directive #2915

Merged
merged 1 commit into from Aug 10, 2022
Merged

Fix typo in description of skip directive #2915

merged 1 commit into from Aug 10, 2022

Conversation

acanda
Copy link
Contributor

@acanda acanda commented Aug 9, 2022

There's a unnecessary apostrophe in the description of the skip directive.

@bbakerman bbakerman added this to the 19.1 milestone Aug 10, 2022
@bbakerman
Copy link
Member

Thanks for this

@bbakerman bbakerman self-requested a review August 10, 2022 00:24
@@ -82,7 +82,7 @@ public class Directives {

public static final GraphQLDirective SkipDirective = GraphQLDirective.newDirective()
.name("skip")
.description("Directs the executor to skip this field or fragment when the `if`'argument is true.")
.description("Directs the executor to skip this field or fragment when the `if` argument is true.")
Copy link
Member

Choose a reason for hiding this comment

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

Thanks

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.

None yet

2 participants