You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Directs the executor to include this field or fragment only when the `if` argument is true.
5923
5924
"""
5924
-
directive@include("Included when true."if: Boolean!) onFIELD|FRAGMENT_SPREAD|INLINE_FRAGMENT
5925
+
directive@include("Included when true."if: Boolean!) onFIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
5925
5926
"""
5926
5927
Directs the executor to skip this field or fragment when the `if` argument is true.
5927
5928
"""
5928
-
directive@skip("Skipped when true."if: Boolean!) onFIELD|FRAGMENT_SPREAD|INLINE_FRAGMENT
5929
+
directive@skip("Skipped when true."if: Boolean!) onFIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
5929
5930
"""
5930
5931
Marks an element of a GraphQL schema as no longer supported.
5931
5932
"""
5932
-
directive@deprecated("Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/)."reason: String = "No longer supported") onFIELD_DEFINITION|ARGUMENT_DEFINITION|INPUT_FIELD_DEFINITION|ENUM_VALUE
5933
+
directive@deprecated("Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/)."reason: String = "No longer supported") onFIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE
5933
5934
"""
5934
5935
Exposes a URL that specifies the behavior of this scalar.
5935
5936
"""
5936
-
directive@specifiedBy("The URL that specifies the behavior of this scalar."url: String!) onSCALAR
5937
+
directive@specifiedBy("The URL that specifies the behavior of this scalar."url: String!) onSCALAR
0 commit comments