Skip to content

Commit

Permalink
clarify the type of field used for fetching single cto with graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
WHLukasz committed Oct 10, 2024
1 parent f3f6efc commit 73b9cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API/graph-ql.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Example Query in GraphQL language to get `id` and `title` for the product with i
To do so, your content type definition has to have a text field with [unique property](../panel/content-types.md?h=unique#property-settings).
This will allow you to query objects of that type using arguments:

- field: `<your unique field name>`,
- field: `<your unique text field name>`,
- value: `<the value you want to query by>`

!!! GraphQL query
Expand Down

0 comments on commit 73b9cfd

Please sign in to comment.