Skip to content

Commit

Permalink
Update docs for version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
pdambrauskas committed Oct 8, 2024
1 parent 3edcefb commit b1787ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ input WidgetInput {
}
```

If you want to disable this behaviour for one of your types, you can add `@GraphQLSkipInputSuffix` to your type.

Note that only fields are exposed in the input objects. Functions will only be available on the GraphQL output types.

:::caution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ input WidgetInput {
}
```

If you want to disable this behaviour for one of your types, you can add `@GraphQLSkipInputSuffix` to your type.

Note that only fields are exposed in the input objects. Functions will only be available on the GraphQL output types.

:::caution
Expand Down

0 comments on commit b1787ce

Please sign in to comment.