Skip to content

Commit 6d7bccf

Browse files
martinbonninBoD
andauthored
Update libraries/apollo-ast/src/commonMain/kotlin/com/apollographql/apollo3/ast/internal/definitions.kt
Co-authored-by: Benoit Lubek <[email protected]>
1 parent 38fc862 commit 6d7bccf

File tree

1 file changed

+1
-1
lines changed
  • libraries/apollo-ast/src/commonMain/kotlin/com/apollographql/apollo3/ast/internal

1 file changed

+1
-1
lines changed

libraries/apollo-ast/src/commonMain/kotlin/com/apollographql/apollo3/ast/internal/definitions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ By default, the first GraphQL error throws and fails the whole response.
305305
starting at 0 if there is no list.
306306
If level is null, the modifier is applied to all levels
307307
""${'"'}
308-
directive @catch(if: Boolean! = true, to: CatchTo! = RESULT, level: Int = null) repeatable on FIELD
308+
directive @catch(if: Boolean! = true, to: CatchTo! = RESULT, level: Int = null) repeatable on FIELD | SCHEMA
309309
310310
enum CatchTo {
311311
NULL,

0 commit comments

Comments
 (0)