Skip to content

Commit

Permalink
Update libraries/apollo-ast/src/commonMain/kotlin/com/apollographql/a…
Browse files Browse the repository at this point in the history
…pollo3/ast/internal/definitions.kt

Co-authored-by: Benoit Lubek <[email protected]>
  • Loading branch information
martinbonnin and BoD authored Nov 27, 2023
1 parent 38fc862 commit 6d7bccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ By default, the first GraphQL error throws and fails the whole response.
starting at 0 if there is no list.
If level is null, the modifier is applied to all levels
""${'"'}
directive @catch(if: Boolean! = true, to: CatchTo! = RESULT, level: Int = null) repeatable on FIELD
directive @catch(if: Boolean! = true, to: CatchTo! = RESULT, level: Int = null) repeatable on FIELD | SCHEMA
enum CatchTo {
NULL,
Expand Down

0 comments on commit 6d7bccf

Please sign in to comment.