Hi I found one mistake in GraphQL schema. When I have Array localizable field and this field has Label with spaces, then GraphQL schema generator CachingGraphQLService create next:
{
"kind": "OBJECT",
"name": "FooterTest poleChildDto",
"description": "The structure of the Patička.Test pole nested schema.",
"fields": [
{
"name": "content",
"description": "The Test pole/Příloha nested field.",
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "AssetDto",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
This is not parsable format for any 3th part aplication (etc.: Gatsby.js). Bug is, that field name is created by Label. In String field type is Field created by name.