Skip to content

Commit 38fc862

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 f674812 commit 38fc862

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
@@ -283,7 +283,7 @@ Control over list items is done using the `level` argument:
283283
```graphql
284284
type User {
285285
# friends is nullable but friends[0] is null only on errors
286-
friends @nullOnlyOnError(level: 1)
286+
friends: [ID]! @nullOnlyOnError(level: 1)
287287
}
288288
```
289289

0 commit comments

Comments
 (0)