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
Copy file name to clipboardExpand all lines: src/utilities/__tests__/schemaPrinter-test.js
-20Lines changed: 0 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -614,17 +614,6 @@ describe('Type System Printer', () => {
614
614
if: Boolean!
615
615
) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
616
616
617
-
"""
618
-
Directs the executor to defer this fragment when the \`if\` argument is true or undefined.
619
-
"""
620
-
directive @defer(
621
-
"""Deferred when true or undefined."""
622
-
if: Boolean
623
-
624
-
"""Unique name"""
625
-
label: String!
626
-
) on FRAGMENT_SPREAD | INLINE_FRAGMENT
627
-
628
617
"""Marks an element of a GraphQL schema as no longer supported."""
629
618
directive @deprecated(
630
619
"""
@@ -838,15 +827,6 @@ describe('Type System Printer', () => {
838
827
if: Boolean!
839
828
) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
840
829
841
-
# Directs the executor to defer this fragment when the \`if\` argument is true or undefined.
842
-
directive @defer(
843
-
# Deferred when true or undefined.
844
-
if: Boolean
845
-
846
-
# Unique name
847
-
label: String!
848
-
) on FRAGMENT_SPREAD | INLINE_FRAGMENT
849
-
850
830
# Marks an element of a GraphQL schema as no longer supported.
851
831
directive @deprecated(
852
832
# 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/).
0 commit comments