From 73b9cfd4f1910951682a0fdd9e2483b750c94ba0 Mon Sep 17 00:00:00 2001 From: WHLukasz Date: Thu, 10 Oct 2024 14:19:35 +0200 Subject: [PATCH] clarify the type of field used for fetching single cto with graphql --- docs/API/graph-ql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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