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
@@ -590,17 +590,6 @@ describe('Type System Printer', () => {
590
590
if: Boolean!
591
591
) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
592
592
593
-
"""
594
-
Directs the executor to defer this fragment when the \`if\` argument is true or undefined.
595
-
"""
596
-
directive @defer(
597
-
"""Deferred when true or undefined."""
598
-
if: Boolean
599
-
600
-
"""Unique name"""
601
-
label: String!
602
-
) on FRAGMENT_SPREAD | INLINE_FRAGMENT
603
-
604
593
"""Marks an element of a GraphQL schema as no longer supported."""
605
594
directive @deprecated(
606
595
"""
@@ -814,15 +803,6 @@ describe('Type System Printer', () => {
814
803
if: Boolean!
815
804
) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
816
805
817
-
# Directs the executor to defer this fragment when the \`if\` argument is true or undefined.
818
-
directive @defer(
819
-
# Deferred when true or undefined.
820
-
if: Boolean
821
-
822
-
# Unique name
823
-
label: String!
824
-
) on FRAGMENT_SPREAD | INLINE_FRAGMENT
825
-
826
806
# Marks an element of a GraphQL schema as no longer supported.
827
807
directive @deprecated(
828
808
# 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