Browse Source

Update AllTypes.cs

pull/312/head
Sebastian Stehle 7 years ago
committed by GitHub
parent
commit
b1ac8cdd8f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Squidex.Domain.Apps.Entities/Contents/GraphQL/Types/AllTypes.cs

2
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();

Loading…
Cancel
Save