Skip to content

Commit

Permalink
Update new-graphql-api.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
bladey committed Aug 19, 2021
1 parent cdde508 commit 82078dc
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 82078dc

Please sign in to comment.