Skip to content

Commit

Permalink
fix: add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
neo773 committed Feb 28, 2024
1 parent 0e47252 commit 04d1f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/operators/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ Certainly! Here's the table with hyperlinks added back to the operator names:
| [@modify](modify.md) | Enables changes to attributes of fields or nodes in the schema. |
| [@server](server.md) | Provides server configurations for behavior tuning and tailcall optimization in specific use-cases. |
| [@upstream](upstream.md) | Controls aspects of the upstream server connection, including timeouts and keep-alive settings. |
| [@omit](omit.md) | Excludes fields or nodes from the generated schema, making them inaccessible through the GraphQL API. |
3 changes: 1 addition & 2 deletions docs/operators/omit.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ type User {

## Links

- For more details on the **@modify** operator and its capabilities, including omitting fields, see the [@modify documentation](/docs/operators/modify).
- Find insights on integrating REST APIs with your GraphQL schema in the **@http** operator documentation [here](/docs/operators/http).
- For more details on the **@modify** operator and its capabilities, including omitting fields, see the [@modify documentation](/docs/operators/modify#omit).

0 comments on commit 04d1f31

Please sign in to comment.