Sebastian Stehle
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/AllTypes.cs
|
|
|
@ -20,7 +20,7 @@ namespace Squidex.Domain.Apps.Entities.Contents.GraphQL.Types |
|
|
|
|
|
|
|
public static readonly IGraphType Guid = new GuidGraphType(); |
|
|
|
|
|
|
|
public static readonly IGraphType Date = new DateGraphType(); |
|
|
|
public static readonly IGraphType Date = new DateTimeGraphType(); |
|
|
|
|
|
|
|
public static readonly IGraphType Json = new JsonGraphType(); |
|
|
|
|
|
|
|
|