Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix website typo #6375

Merged
merged 1 commit into from
Aug 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/updates/new-graphql-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ No filter functionality has been removed or added, however the individual filter

?> **Note:** The old filter syntax used `{ fieldName: value }` to test for equality. The new syntax requires you to make this explicit, and write `{ fieldName: { equals: value} }`.

!> See the [Filters Guide](/docs/guides/filters) for a detailed walk through the new filtering syntex.
!> See the [Filters Guide](/docs/guides/filters) for a detailed walk through the new filtering syntax.

!> See the [API docs](/docs/apis/filters) for a comprehensive list of all the new filters for each field type.

Expand Down