From e1b33e639b023dab12910d0f310893c5c59c26de Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Mon, 20 Dec 2021 16:38:41 +1300 Subject: [PATCH] DOCS: fix formatting error --- .../02_working_with_dataobjects/01_dataobject_model_type.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/02_Developer_Guides/19_GraphQL/02_working_with_dataobjects/01_dataobject_model_type.md b/docs/en/02_Developer_Guides/19_GraphQL/02_working_with_dataobjects/01_dataobject_model_type.md index 65de9a0b4..1f9dcc385 100644 --- a/docs/en/02_Developer_Guides/19_GraphQL/02_working_with_dataobjects/01_dataobject_model_type.md +++ b/docs/en/02_Developer_Guides/19_GraphQL/02_working_with_dataobjects/01_dataobject_model_type.md @@ -196,6 +196,7 @@ onSale: * The mapping of our field names to the DataObject property is case-insensitive. It is a convention in GraphQL APIs to use lowerCamelCase fields, so this is given by default. + [/notice] ### Customising model fields