diff --git a/docs/API/graph-ql.md b/docs/API/graph-ql.md index 4cb698a3..648a7fbf 100644 --- a/docs/API/graph-ql.md +++ b/docs/API/graph-ql.md @@ -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: ``, + - field: ``, - value: `` !!! GraphQL query