So now with latest version there some log entries.
And I guess I also figured out what the problem is. Some name of a filed is not matching with GraphQL rules.
“2020-03-19T18:59:37Z”}
{“logLevel”:“Error”,“messag”:“An unexpected exception has occurred.”,“app”:{“name”:“Squidex”,“version”:“3.0.0.0”,“sessionId”:“4d3c4678-3d58-4736-acde-ae11387cd9fe”},“web”:{“requestId”:"|e74f2f4a-4a35c7504ac5c7f6.",“requestPath”:"/content/x/graphql",“requestMethod”:“POST”,“routeValues”:{“area”:“Api”,“action”:“PostGraphQL”,“controller”:“Contents”}},“timestamp”:“2020-03-19T18:59:41Z”,“exception”:{“type”:“System.ArgumentOutOfRangeException”,“message”:“A field name must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but 2Hour does not. (Parameter \u0027name\u0027)”,“stackTrace”:" at GraphQL.Utilities.NameValidator.ValidateName(String name, String type)\n at GraphQL.Types.ComplexGraphType\u00601.AddField(FieldType fieldType)\n at Squidex.Domain.Apps.Entities.Contents.GraphQL.Types.NestedGraphType…ctor(IGraphModel model, ISchemaEntity schema, IArrayField field, String fieldName) in /src/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/NestedGraphType.cs:line 27\n at Squidex.Domain.Apps.Entities.Contents.GraphQL.Types.QueryGraphTypeVisitor.ResolveNested(IArrayField field) in /src/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/QueryGraphTypeVisitor.cs:line 100\n at Squidex.Domain.Apps.Entities.Contents.GraphQL.Types.QueryGraphTypeVisitor.Visit(IArrayField field) in /src/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/QueryGraphTypeVisitor.cs:line 45\n at Squidex.Domain.Apps.Core.Schemas.ArrayFieldProperties.Accept[T](IFieldVisitor\u00601 visitor, IField field) in /src/src/Squidex.Domain.Apps.Core.Model/Schemas/ArrayFieldProperties.cs:line 26\n at Squidex.Domain.Apps.Core.Schemas.RootField\u00601.Accept[TResult](IFieldVisitor\u00601 visitor) in /src/src/Squidex.Domain.Apps.Core.Model/Schemas/RootField{T}.cs:line 70\n at Squidex.Domain.Apps.Entities.Contents.GraphQL.GraphQLModel.GetGraphType(ISchemaEntity schema, IField field, String fieldName) in /src/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/GraphQLModel.cs:line 151\n at Squidex.Domain.Apps.Entities.Contents.GraphQL.Types.ContentDataGraphType…ctor(ISchemaEntity schema, String schemaName, String schemaType, IGraphModel model) in /src/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/ContentDataGraphType.cs:line 27\n at Squidex.Domain.Apps.Entities.Contents.GraphQL.Types.ContentGraphType.Initialize(IGraphModel model) in /src/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/ContentGraphType.cs:line 119\n at Squidex.Domain.Apps.Entities.Contents.GraphQL.GraphQLModel.InitializeContentTypes() in /src/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/GraphQLModel.cs:line 75\n at Squidex.Domain.Apps.Entities.Contents.GraphQL.GraphQLModel…ctor(IAppEntity app, IEnumerable\u00601 schemas, Int32 pageSizeContents, Int32 pageSizeAssets, IUrlGenerator urlGenerator) in /src/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/GraphQLModel.cs:line 63\n at Squidex.Domain.Apps.Entities.Contents.GraphQL.CachingGraphQLService.\u003C\u003Ec__DisplayClass6_0.\u003C\u003CGetModelAsync\u003Eb__0\u003Ed.MoveNext() in /src/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/CachingGraphQLService.cs:line 92\n— End of stack trace from previous location where exception was thrown —\n at Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync[TItem](IMemoryCache cache, Object key, Func\u00602 factory)\n at Squidex.Domain.Apps.Entities.Contents.GraphQL.CachingGraphQLService.QueryAsync(Context context, GraphQLQuery query) in /src/src/Squidex.Domain.Apps.Entities/Contents/GraphQL/CachingGraphQLService.cs:line 54\n at Squidex.Areas.Api.Controllers.Contents.ContentsController.PostGraphQL(String app, GraphQLQuery query) in /src/src/Squidex/Areas/Api/Controllers/Contents/ContentsController.cs:line 61\n at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.\u003CInvokeActionMethodAsync\u003Eg__Awaited|12_0(ControllerActionInvoker invoker, ValueTask\u00601 actionResultValueTask)\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.\u003CInvokeNextActionFilterAsync\u003Eg__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State\u0026 next, Scope\u0026 scope, Object\u0026 state, Boolean\u0026 isCompleted)\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.\u003CInvokeInnerFilterAsync\u003Eg__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)\n at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.\u003CInvokeNextExceptionFilterAsync\u003Eg__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)"}}