Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjkraft committed Sep 23, 2021
1 parent 073871d commit 6ac9e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/genqlient_directive.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
# Except as noted below, directives on nodes take precedence over ones on the
# entire query (so "d", "e", and "f" take precedence over "b" and "c"), and
# multiple directives on the same node ("b" and "c") must not conflict. Note
# that directives on nodes do apply to their "children", so "d" does not apply
# to the fields of MyInput, and "f" does not apply to field4.
# that directives on nodes do *not* apply to their "children", so "d" does not
# apply to the fields of MyInput, and "f" does not apply to field4.
directive genqlient(

# If set, this argument will be omitted if it has an empty value, defined
Expand Down

0 comments on commit 6ac9e33

Please sign in to comment.