Skip to content

Commit

Permalink
Bump EntityGraphQL.AspNet and EntityGraphQL (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 26, 2024
1 parent 6a8de96 commit 1d72b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<PackageVersion Include="AutoMapper" Version="12.0.1" />
<PackageVersion Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageVersion Include="Basic.Reference.Assemblies" Version="1.7.2" />
<PackageVersion Include="EntityGraphQL" Version="5.2.1" />
<PackageVersion Include="EntityGraphQL.AspNet" Version="5.2.1" />
<PackageVersion Include="EntityGraphQL" Version="5.3.0" />
<PackageVersion Include="EntityGraphQL.AspNet" Version="5.3.0" />
<PackageVersion Include="FluentRandomPicker" Version="3.5.1" />
<PackageVersion Include="FluentValidation" Version="11.9.1" />
<PackageVersion Include="Hangfire.AspNetCore" Version="1.8.12" />
Expand Down
1 change: 0 additions & 1 deletion DragaliaAPI/DragaliaAPI/Features/GraphQL/Schema.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public static IServiceCollection ConfigureGraphQLSchema(this IServiceCollection
options.PreBuildSchemaFromContext = (schema) =>
{
schema.AddScalarType<TimeSpan>("TimeSpan", "time span");
schema.AddScalarType<DateOnly>("DateOnly", "date only");
};
options.ConfigureSchema = (schema) =>
{
Expand Down

0 comments on commit 1d72b44

Please sign in to comment.