Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automatic wrapper for open api specification. #6398

Merged
merged 59 commits into from
Oct 8, 2023
Merged

Conversation

A360JMaxxgamer
Copy link
Collaborator

@A360JMaxxgamer A360JMaxxgamer commented Jul 31, 2023

Add package which setup graphql service based on an open api specification

  • convert open api specification in graphql schema with resolvers which forward calls to the open api service
  • add request executor extension which accepts a stream or string of the open api specification and setup all types on the service

#6434

@glen-84 glen-84 changed the title Add automatic wrapper for open api specifactions Add automatic wrapper for open api specifications Jul 31, 2023
@github-actions
Copy link

github-actions bot commented Oct 6, 2023

CommandLine.Tests.ComposeCommandTests.Compose_Fusion_Graph [FAIL]
CommandLine.Tests.ComposeCommandTests.Compose_Loose_Subgraph_Files [FAIL]
CommandLine.Tests.ComposeCommandTests.Compose_Fusion_Graph_Append_Subgraph [FAIL]

@github-actions
Copy link

github-actions bot commented Oct 6, 2023

HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ArrayObjectNestedArrayAnyStringEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectStringIn_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectBooleanEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectShortIn_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectNullableEnumEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectNullableShortIn_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectShortEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectEnumIn_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectNullableShortEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectNullableEnumIn_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectEnumEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectNullableBooleanEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ArrayObjectNestedArraySomeStringEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ObjectStringEqual_Expression [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbAggregateFluentTests.AggregateFluent_Serializer [FAIL]
HotChocolate.Data.MongoDb.Filters.MongoDbAggregateFluentTests.BsonElement_Rename [FAIL]

@github-actions
Copy link

github-actions bot commented Oct 6, 2023

HotChocolate.Data.Sorting.QueryableSortVisitorBooleanTests.Create_Boolean_OrderBy_Nullable [FAIL]
HotChocolate.Data.Sorting.QueryableSortVisitorBooleanTests.Create_Boolean_OrderBy [FAIL]
HotChocolate.Data.Sorting.QueryableSortVisitorBooleanTests.Create_Boolean_OrderBy_List [FAIL]
HotChocolate.Data.Sorting.QueryableSortVisitorComparableTests.Create_Short_OrderBy_Nullable [FAIL]
HotChocolate.Data.Sorting.QueryableSortVisitorComparableTests.Create_Short_OrderBy [FAIL]
HotChocolate.Data.Sorting.QueryableSortVisitorExecutableTests.Create_Boolean_OrderBy_Nullable [FAIL]
HotChocolate.Data.Sorting.QueryableSortVisitorExecutableTests.Create_Boolean_OrderBy [FAIL]
HotChocolate.Data.Sorting.QueryableSortVisitorExecutableTests.Create_Boolean_OrderBy_List [FAIL]
HotChocolate.Data.Sorting.QueryableSortVisitorExpressionTests.Create_CollectionLengthExpression [FAIL]
HotChocolate.Data.Sorting.QueryableSortVisitorExpressionTests.Expression_WithMoreThanOneParameter_ThrowsException [FAIL]
HotChocolate.Data.Sorting.QueryableSortVisitorStringTests.Create_String_OrderBy [FAIL]
HotChocolate.Data.Sorting.QueryableSortVisitorStringTests.Create_String_OrderBy_Nullable [FAIL]
HotChocolate.Data.Sorting.Expressions.QueryableSortVisitorEnumTests.Create_Enum_OrderBy [FAIL]
HotChocolate.Data.Sorting.Expressions.QueryableSortVisitorEnumTests.Create_Enum_OrderBy_Nullable [FAIL]
HotChocolate.Data.Sorting.Expressions.QueryableSortVisitorObjectTests.Create_ObjectString_OrderBy_TwoProperties [FAIL]
HotChocolate.Data.Sorting.Expressions.QueryableSortVisitorObjectTests.Create_ObjectString_OrderBy_TwoProperties_Variables [FAIL]
HotChocolate.Data.Sorting.Expressions.QueryableSortVisitorObjectTests.Create_ObjectNullableEnum_OrderBy [FAIL]
HotChocolate.Data.Sorting.Expressions.QueryableSortVisitorObjectTests.Create_ObjectNullableShort_OrderBy [FAIL]
HotChocolate.Data.Sorting.Expressions.QueryableSortVisitorObjectTests.Create_ObjectShort_OrderBy [FAIL]
HotChocolate.Data.Sorting.Expressions.QueryableSortVisitorObjectTests.Create_ObjectString_OrderBy [FAIL]
HotChocolate.Data.Sorting.Expressions.QueryableSortVisitorObjectTests.Create_ObjectNullableString_OrderBy [FAIL]
HotChocolate.Data.Sorting.Expressions.QueryableSortVisitorObjectTests.Create_ObjectNullableBool_OrderBy [FAIL]
HotChocolate.Data.Sorting.Expressions.QueryableSortVisitorObjectTests.Create_ObjectBool_OrderBy [FAIL]
HotChocolate.Data.Sorting.Expressions.QueryableSortVisitorObjectTests.Create_ObjectEnum_OrderBy [FAIL]

@github-actions
Copy link

github-actions bot commented Oct 6, 2023

HotChocolate.Execution.Integration.DataLoader.DataLoaderTests.ClassDataLoader_Resolve_From_DependencyInjection [FAIL]

@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

Attention: 128 lines in your changes are missing coverage. Please review.

Comparison is base (6965960) 78.98% compared to head (94fc26f) 80.21%.
Report is 20 commits behind head on main.

❗ Current head 94fc26f differs from pull request most recent head 406d5ce. Consider uploading reports for the commit 406d5ce to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6398      +/-   ##
==========================================
+ Coverage   78.98%   80.21%   +1.23%     
==========================================
  Files        2903     2901       -2     
  Lines      139771   139927     +156     
==========================================
+ Hits       110397   112246    +1849     
+ Misses      29374    27681    -1693     
Flag Coverage Δ
unittests 80.21% <64.83%> (+1.23%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...rc/AspNetCore.CommandLine/Command/ExportCommand.cs 100.00% <100.00%> (ø)
...olate/Core/src/Execution/Pipeline/PipelineTools.cs 100.00% <100.00%> (ø)
...on/Processing/OperationCompiler.CompilerContext.cs 100.00% <100.00%> (ø)
...te/Core/src/Types.Json/JsonObjectTypeExtensions.cs 97.66% <100.00%> (ø)
...rc/Types/Configuration/AggregateTypeInterceptor.cs 99.28% <100.00%> (+0.07%) ⬆️
...te/Core/src/Types/Configuration/TypeInterceptor.cs 100.00% <100.00%> (ø)
...tChocolate/Core/src/Types/ReadOnlySchemaOptions.cs 100.00% <100.00%> (ø)
src/HotChocolate/Core/src/Types/SchemaBuilder.cs 94.20% <100.00%> (+1.96%) ⬆️
src/HotChocolate/Core/src/Types/SchemaOptions.cs 100.00% <100.00%> (ø)
.../src/Types/Types/Directives/DeprecatedDirective.cs 56.52% <100.00%> (ø)
... and 40 more

... and 169 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

CommandLine.Tests.ComposeCommandTests.Compose_Fusion_Graph [FAIL]
CommandLine.Tests.ComposeCommandTests.Compose_Loose_Subgraph_Files [FAIL]
CommandLine.Tests.ComposeCommandTests.Compose_Fusion_Graph_Append_Subgraph [FAIL]

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

HotChocolate.Subscriptions.Postgres.BackgroundTaskTests.RunContinuously_Should_WaitForASecond_When_HandlerThrowsException [FAIL]

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

CommandLine.Tests.ComposeCommandTests.Compose_Fusion_Graph [FAIL]
CommandLine.Tests.ComposeCommandTests.Compose_Loose_Subgraph_Files [FAIL]
CommandLine.Tests.ComposeCommandTests.Compose_Fusion_Graph_Append_Subgraph [FAIL]

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

HotChocolate.Execution.Integration.StarWarsCodeFirst.StarWarsCodeFirstTests.GraphQLOrgVariableWithDefaultValueExample [FAIL]
HotChocolate.Execution.Integration.DataLoader.DataLoaderTests.ClassDataLoader_Resolve_From_DependencyInjection [FAIL]

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

CommandLine.Tests.ComposeCommandTests.Compose_Fusion_Graph [FAIL]
CommandLine.Tests.ComposeCommandTests.Compose_Loose_Subgraph_Files [FAIL]
CommandLine.Tests.ComposeCommandTests.Compose_Fusion_Graph_Append_Subgraph [FAIL]

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

HotChocolate.Data.Spatial.Filters.QueryableFilterVisitorOverlapsTests.Create_Overlaps_Query [FAIL]
HotChocolate.Data.Spatial.Filters.QueryableFilterVisitorWithinTests.Create_Within_Query [FAIL]

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

HotChocolate.Subscriptions.Postgres.BackgroundTaskTests.RunContinuously_Should_WaitForASecond_When_HandlerThrowsException [FAIL]

@michaelstaib michaelstaib changed the title Add automatic wrapper for open api specifications Add automatic wrapper for open api specification. Oct 8, 2023
@github-actions
Copy link

github-actions bot commented Oct 8, 2023

CommandLine.Tests.ComposeCommandTests.Compose_Fusion_Graph [FAIL]
CommandLine.Tests.ComposeCommandTests.Compose_Loose_Subgraph_Files [FAIL]
CommandLine.Tests.ComposeCommandTests.Compose_Fusion_Graph_Append_Subgraph [FAIL]

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

HotChocolate.Data.Spatial.Filters.QueryableFilterVisitorDistanceTests.Create_Distance_Expression [FAIL]
HotChocolate.Data.Spatial.Filters.QueryableFilterVisitorTouchesTests.Create_Touches_Query [FAIL]

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

CommandLine.Tests.ComposeCommandTests.Compose_Fusion_Graph [FAIL]
CommandLine.Tests.ComposeCommandTests.Compose_Loose_Subgraph_Files [FAIL]
CommandLine.Tests.ComposeCommandTests.Compose_Fusion_Graph_Append_Subgraph [FAIL]

@michaelstaib michaelstaib merged commit 892bbf8 into main Oct 8, 2023
101 of 105 checks passed
@michaelstaib michaelstaib deleted the feat/open-api branch October 8, 2023 22:17
renovate bot referenced this pull request in apollographql/subgraph-csharp-hotchocolate-annotation Oct 26, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [HotChocolate.AspNetCore](https://chillicream.com/)
([source](https://togithub.com/ChilliCream/graphql-platform)) | `13.5.1`
-> `13.6.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [HotChocolate.AspNetCore.CommandLine](https://chillicream.com/)
([source](https://togithub.com/ChilliCream/graphql-platform)) | `13.5.1`
-> `13.6.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore.CommandLine/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore.CommandLine/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore.CommandLine/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore.CommandLine/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ChilliCream/graphql-platform
(HotChocolate.AspNetCore)</summary>

###
[`v13.6.0`](https://togithub.com/ChilliCream/graphql-platform/releases/tag/13.6.0)

[Compare
Source](https://togithub.com/ChilliCream/graphql-platform/compare/13.5.1...13.6.0)

#### What's Changed

- Infer Entity Resolvers with Patterns by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6470](https://togithub.com/ChilliCream/graphql-platform/pull/6470)
- Fixed memory leak on websocket transport. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6476](https://togithub.com/ChilliCream/graphql-platform/pull/6476)
- update companies by [@&#8203;artola](https://togithub.com/artola) in
[https://github.com/ChilliCream/graphql-platform/pull/6477](https://togithub.com/ChilliCream/graphql-platform/pull/6477)
- docs: Mention abstract classes can be used for union types by
[@&#8203;benmccallum](https://togithub.com/benmccallum) in
[https://github.com/ChilliCream/graphql-platform/pull/6043](https://togithub.com/ChilliCream/graphql-platform/pull/6043)
- Introduced subgraph consistency check. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6493](https://togithub.com/ChilliCream/graphql-platform/pull/6493)
- Fixed dictionary contains check for errors. by
[@&#8203;benmccallum](https://togithub.com/benmccallum) in
[https://github.com/ChilliCream/graphql-platform/pull/6496](https://togithub.com/ChilliCream/graphql-platform/pull/6496)
- Fixed double dispose of continous task by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6484](https://togithub.com/ChilliCream/graphql-platform/pull/6484)
- Adds staitc update BCP page by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6498](https://togithub.com/ChilliCream/graphql-platform/pull/6498)
- update workshops by [@&#8203;artola](https://togithub.com/artola) in
[https://github.com/ChilliCream/graphql-platform/pull/6499](https://togithub.com/ChilliCream/graphql-platform/pull/6499)
- Fixed options check for mutation conventions . by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6502](https://togithub.com/ChilliCream/graphql-platform/pull/6502)
- Fixed RootPathSegment GetHashCode implementation. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6501](https://togithub.com/ChilliCream/graphql-platform/pull/6501)
- Handle UTF8 Surrogate Pairs in Parser by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6503](https://togithub.com/ChilliCream/graphql-platform/pull/6503)
- Fixes documentation referring to how Strawberry Shake uses Roslyn by
[@&#8203;benmccallum](https://togithub.com/benmccallum) in
[https://github.com/ChilliCream/graphql-platform/pull/6507](https://togithub.com/ChilliCream/graphql-platform/pull/6507)
- Fixed strawberry shake targets by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6506](https://togithub.com/ChilliCream/graphql-platform/pull/6506)
- Fix issue with Query Planner ExecutionStep Requirements by
[@&#8203;ndejaco2](https://togithub.com/ndejaco2) in
[https://github.com/ChilliCream/graphql-platform/pull/6504](https://togithub.com/ChilliCream/graphql-platform/pull/6504)
- Aligned Fusion more with the Fusion spec. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6485](https://togithub.com/ChilliCream/graphql-platform/pull/6485)
- Refactored query planner to allow top queries. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6508](https://togithub.com/ChilliCream/graphql-platform/pull/6508)
- Added type merging rules to fusion. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6515](https://togithub.com/ChilliCream/graphql-platform/pull/6515)
- Adds `about` to footer by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6521](https://togithub.com/ChilliCream/graphql-platform/pull/6521)
- Fixed website build by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6522](https://togithub.com/ChilliCream/graphql-platform/pull/6522)
- Fixed encoding issues in policies by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6523](https://togithub.com/ChilliCream/graphql-platform/pull/6523)
- Migrated website deployment to GitHub Actions. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6524](https://togithub.com/ChilliCream/graphql-platform/pull/6524)
- Fixed typo in docs - projections.md by
[@&#8203;szv](https://togithub.com/szv) in
[https://github.com/ChilliCream/graphql-platform/pull/6520](https://togithub.com/ChilliCream/graphql-platform/pull/6520)
- Allow postgres subscriptions to be configured in publish only mode by
[@&#8203;williamdenton](https://togithub.com/williamdenton) in
[https://github.com/ChilliCream/graphql-platform/pull/6512](https://togithub.com/ChilliCream/graphql-platform/pull/6512)
- Updated .NET SDK to 8.0 RC.1 by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6529](https://togithub.com/ChilliCream/graphql-platform/pull/6529)
- Fixed Directive Middleware Caching Issue. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6530](https://togithub.com/ChilliCream/graphql-platform/pull/6530)
- Fixed Error Behavior in Query Plan by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6532](https://togithub.com/ChilliCream/graphql-platform/pull/6532)
- Revert
[#&#8203;6506](https://togithub.com/ChilliCream/graphql-platform/issues/6506)
by [@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6538](https://togithub.com/ChilliCream/graphql-platform/pull/6538)
- Introduce Node ID Parser to Fusion by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6535](https://togithub.com/ChilliCream/graphql-platform/pull/6535)
- Introduced Fusion Export Command by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6541](https://togithub.com/ChilliCream/graphql-platform/pull/6541)
- Optimized Resolver Composition by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6542](https://togithub.com/ChilliCream/graphql-platform/pull/6542)
- Fixed issue in parser for directive location VARIABLE_DEFINITION. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6553](https://togithub.com/ChilliCream/graphql-platform/pull/6553)
- Cache printed GraphQL Query for Tracing by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6543](https://togithub.com/ChilliCream/graphql-platform/pull/6543)
- Mark 'BuildPipeline' method as virtual by
[@&#8203;IvAlex1986](https://togithub.com/IvAlex1986) in
[https://github.com/ChilliCream/graphql-platform/pull/6549](https://togithub.com/ChilliCream/graphql-platform/pull/6549)
- Feat ignore additional input fields
([#&#8203;6307](https://togithub.com/ChilliCream/graphql-platform/issues/6307))
by [@&#8203;leniency](https://togithub.com/leniency) in
[https://github.com/ChilliCream/graphql-platform/pull/6531](https://togithub.com/ChilliCream/graphql-platform/pull/6531)
- Adds True Nullability GraphQL Spec Proposal by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6570](https://togithub.com/ChilliCream/graphql-platform/pull/6570)
- Print [@&#8203;deprecated](https://togithub.com/deprecated) in
HotChocolate.Skimmed.SchemaFormatter by
[@&#8203;tobias-tengler](https://togithub.com/tobias-tengler) in
[https://github.com/ChilliCream/graphql-platform/pull/6565](https://togithub.com/ChilliCream/graphql-platform/pull/6565)
- Fixed tag directive nullability. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6571](https://togithub.com/ChilliCream/graphql-platform/pull/6571)
- Adds Extensions support for Subgraph JSON by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6577](https://togithub.com/ChilliCream/graphql-platform/pull/6577)
- Add automatic wrapper for open api specification. by
[@&#8203;A360JMaxxgamer](https://togithub.com/A360JMaxxgamer) in
[https://github.com/ChilliCream/graphql-platform/pull/6398](https://togithub.com/ChilliCream/graphql-platform/pull/6398)
- Use scheme provided by arguments by
[@&#8203;vatsalyagoel](https://togithub.com/vatsalyagoel) in
[https://github.com/ChilliCream/graphql-platform/pull/6582](https://togithub.com/ChilliCream/graphql-platform/pull/6582)
- Move to JsonElement in ConfigurationExtensions by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6580](https://togithub.com/ChilliCream/graphql-platform/pull/6580)
- Remove a subgraph from a composed fusion gateway by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6584](https://togithub.com/ChilliCream/graphql-platform/pull/6584)
- Make CustomOptionsFlags public by
[@&#8203;dawust](https://togithub.com/dawust) in
[https://github.com/ChilliCream/graphql-platform/pull/6587](https://togithub.com/ChilliCream/graphql-platform/pull/6587)
- Split rabbit mq topic event sender into seperate registration method
by [@&#8203;dannyheard7](https://togithub.com/dannyheard7) in
[https://github.com/ChilliCream/graphql-platform/pull/6559](https://togithub.com/ChilliCream/graphql-platform/pull/6559)
- Issue 6594 nested resolver key by
[@&#8203;darren-clark](https://togithub.com/darren-clark) in
[https://github.com/ChilliCream/graphql-platform/pull/6596](https://togithub.com/ChilliCream/graphql-platform/pull/6596)
- Added more robust extensibility to extend mutation errors. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6595](https://togithub.com/ChilliCream/graphql-platform/pull/6595)
- Refinements on the new error hooks. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6599](https://togithub.com/ChilliCream/graphql-platform/pull/6599)
- Added tag directive refinements. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6601](https://togithub.com/ChilliCream/graphql-platform/pull/6601)
- add online workshop Vienna by
[@&#8203;artola](https://togithub.com/artola) in
[https://github.com/ChilliCream/graphql-platform/pull/6602](https://togithub.com/ChilliCream/graphql-platform/pull/6602)
- update workshop Vienna by
[@&#8203;artola](https://togithub.com/artola) in
[https://github.com/ChilliCream/graphql-platform/pull/6603](https://togithub.com/ChilliCream/graphql-platform/pull/6603)
- Update headers of website by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6607](https://togithub.com/ChilliCream/graphql-platform/pull/6607)
- Fixed character in acceptable user and privacy policy by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6608](https://togithub.com/ChilliCream/graphql-platform/pull/6608)
- Upgraded to .NET 8 rc.2 by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6619](https://togithub.com/ChilliCream/graphql-platform/pull/6619)
- Fixed issue with dublicate type registration in Strawberry Shake by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6620](https://togithub.com/ChilliCream/graphql-platform/pull/6620)
- Fixed field merging issue for skip/include. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6621](https://togithub.com/ChilliCream/graphql-platform/pull/6621)
- Adds better schema errors when data middleware is declared more than
once. by [@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6622](https://togithub.com/ChilliCream/graphql-platform/pull/6622)
- Fixes StrawberryShake issues caused by the introspection tooling. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6625](https://togithub.com/ChilliCream/graphql-platform/pull/6625)
- Removed Compiler Warnings by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6626](https://togithub.com/ChilliCream/graphql-platform/pull/6626)
- Fixed build issue that prevented the FSharp package from being build.
by [@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6627](https://togithub.com/ChilliCream/graphql-platform/pull/6627)
- cleanup compilation constants by
[@&#8203;SimonCropp](https://togithub.com/SimonCropp) in
[https://github.com/ChilliCream/graphql-platform/pull/6590](https://togithub.com/ChilliCream/graphql-platform/pull/6590)
- Adds GraphQL SSE support to StrawberryShake by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6401](https://togithub.com/ChilliCream/graphql-platform/pull/6401)
- Pruned Package References by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6631](https://togithub.com/ChilliCream/graphql-platform/pull/6631)
- Fixes how arg values will be handled when the input obj is inferred by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6632](https://togithub.com/ChilliCream/graphql-platform/pull/6632)

#### New Contributors

- [@&#8203;ndejaco2](https://togithub.com/ndejaco2) made their first
contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6504](https://togithub.com/ChilliCream/graphql-platform/pull/6504)
- [@&#8203;szv](https://togithub.com/szv) made their first contribution
in
[https://github.com/ChilliCream/graphql-platform/pull/6520](https://togithub.com/ChilliCream/graphql-platform/pull/6520)
- [@&#8203;williamdenton](https://togithub.com/williamdenton) made their
first contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6512](https://togithub.com/ChilliCream/graphql-platform/pull/6512)
- [@&#8203;IvAlex1986](https://togithub.com/IvAlex1986) made their first
contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6549](https://togithub.com/ChilliCream/graphql-platform/pull/6549)
- [@&#8203;leniency](https://togithub.com/leniency) made their first
contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6531](https://togithub.com/ChilliCream/graphql-platform/pull/6531)
- [@&#8203;vatsalyagoel](https://togithub.com/vatsalyagoel) made their
first contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6582](https://togithub.com/ChilliCream/graphql-platform/pull/6582)
- [@&#8203;dawust](https://togithub.com/dawust) made their first
contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6587](https://togithub.com/ChilliCream/graphql-platform/pull/6587)
- [@&#8203;dannyheard7](https://togithub.com/dannyheard7) made their
first contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6559](https://togithub.com/ChilliCream/graphql-platform/pull/6559)
- [@&#8203;SimonCropp](https://togithub.com/SimonCropp) made their first
contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6590](https://togithub.com/ChilliCream/graphql-platform/pull/6590)

**Full Changelog**:
ChilliCream/graphql-platform@13.5.1...13.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/apollographql/subgraph-csharp-hotchocolate-annotation).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in orso-co/Orso.Arpa.Api Oct 29, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [HotChocolate.Abstractions](https://chillicream.com/)
([source](https://togithub.com/ChilliCream/graphql-platform)) | `13.5.1`
-> `13.6.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.Abstractions/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.Abstractions/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.Abstractions/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.Abstractions/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [HotChocolate.AspNetCore](https://chillicream.com/)
([source](https://togithub.com/ChilliCream/graphql-platform)) | `13.5.1`
-> `13.6.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [HotChocolate.AspNetCore.Authorization](https://chillicream.com/)
([source](https://togithub.com/ChilliCream/graphql-platform)) | `13.5.1`
-> `13.6.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore.Authorization/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore.Authorization/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore.Authorization/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore.Authorization/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [HotChocolate.Data](https://chillicream.com/)
([source](https://togithub.com/ChilliCream/graphql-platform)) | `13.5.1`
-> `13.6.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.Data/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.Data/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.Data/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.Data/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [HotChocolate.Data.EntityFramework](https://chillicream.com/)
([source](https://togithub.com/ChilliCream/graphql-platform)) | `13.5.1`
-> `13.6.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.Data.EntityFramework/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.Data.EntityFramework/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.Data.EntityFramework/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.Data.EntityFramework/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [HotChocolate.Types](https://chillicream.com/)
([source](https://togithub.com/ChilliCream/graphql-platform)) | `13.5.1`
-> `13.6.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.Types/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.Types/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.Types/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.Types/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ChilliCream/graphql-platform
(HotChocolate.Abstractions)</summary>

###
[`v13.6.0`](https://togithub.com/ChilliCream/graphql-platform/releases/tag/13.6.0)

[Compare
Source](https://togithub.com/ChilliCream/graphql-platform/compare/13.5.1...13.6.0)

##### What's Changed

- Infer Entity Resolvers with Patterns by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6470](https://togithub.com/ChilliCream/graphql-platform/pull/6470)
- Fixed memory leak on websocket transport. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6476](https://togithub.com/ChilliCream/graphql-platform/pull/6476)
- update companies by [@&#8203;artola](https://togithub.com/artola) in
[https://github.com/ChilliCream/graphql-platform/pull/6477](https://togithub.com/ChilliCream/graphql-platform/pull/6477)
- docs: Mention abstract classes can be used for union types by
[@&#8203;benmccallum](https://togithub.com/benmccallum) in
[https://github.com/ChilliCream/graphql-platform/pull/6043](https://togithub.com/ChilliCream/graphql-platform/pull/6043)
- Introduced subgraph consistency check. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6493](https://togithub.com/ChilliCream/graphql-platform/pull/6493)
- Fixed dictionary contains check for errors. by
[@&#8203;benmccallum](https://togithub.com/benmccallum) in
[https://github.com/ChilliCream/graphql-platform/pull/6496](https://togithub.com/ChilliCream/graphql-platform/pull/6496)
- Fixed double dispose of continous task by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6484](https://togithub.com/ChilliCream/graphql-platform/pull/6484)
- Adds staitc update BCP page by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6498](https://togithub.com/ChilliCream/graphql-platform/pull/6498)
- update workshops by [@&#8203;artola](https://togithub.com/artola) in
[https://github.com/ChilliCream/graphql-platform/pull/6499](https://togithub.com/ChilliCream/graphql-platform/pull/6499)
- Fixed options check for mutation conventions . by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6502](https://togithub.com/ChilliCream/graphql-platform/pull/6502)
- Fixed RootPathSegment GetHashCode implementation. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6501](https://togithub.com/ChilliCream/graphql-platform/pull/6501)
- Handle UTF8 Surrogate Pairs in Parser by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6503](https://togithub.com/ChilliCream/graphql-platform/pull/6503)
- Fixes documentation referring to how Strawberry Shake uses Roslyn by
[@&#8203;benmccallum](https://togithub.com/benmccallum) in
[https://github.com/ChilliCream/graphql-platform/pull/6507](https://togithub.com/ChilliCream/graphql-platform/pull/6507)
- Fixed strawberry shake targets by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6506](https://togithub.com/ChilliCream/graphql-platform/pull/6506)
- Fix issue with Query Planner ExecutionStep Requirements by
[@&#8203;ndejaco2](https://togithub.com/ndejaco2) in
[https://github.com/ChilliCream/graphql-platform/pull/6504](https://togithub.com/ChilliCream/graphql-platform/pull/6504)
- Aligned Fusion more with the Fusion spec. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6485](https://togithub.com/ChilliCream/graphql-platform/pull/6485)
- Refactored query planner to allow top queries. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6508](https://togithub.com/ChilliCream/graphql-platform/pull/6508)
- Added type merging rules to fusion. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6515](https://togithub.com/ChilliCream/graphql-platform/pull/6515)
- Adds `about` to footer by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6521](https://togithub.com/ChilliCream/graphql-platform/pull/6521)
- Fixed website build by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6522](https://togithub.com/ChilliCream/graphql-platform/pull/6522)
- Fixed encoding issues in policies by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6523](https://togithub.com/ChilliCream/graphql-platform/pull/6523)
- Migrated website deployment to GitHub Actions. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6524](https://togithub.com/ChilliCream/graphql-platform/pull/6524)
- Fixed typo in docs - projections.md by
[@&#8203;szv](https://togithub.com/szv) in
[https://github.com/ChilliCream/graphql-platform/pull/6520](https://togithub.com/ChilliCream/graphql-platform/pull/6520)
- Allow postgres subscriptions to be configured in publish only mode by
[@&#8203;williamdenton](https://togithub.com/williamdenton) in
[https://github.com/ChilliCream/graphql-platform/pull/6512](https://togithub.com/ChilliCream/graphql-platform/pull/6512)
- Updated .NET SDK to 8.0 RC.1 by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6529](https://togithub.com/ChilliCream/graphql-platform/pull/6529)
- Fixed Directive Middleware Caching Issue. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6530](https://togithub.com/ChilliCream/graphql-platform/pull/6530)
- Fixed Error Behavior in Query Plan by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6532](https://togithub.com/ChilliCream/graphql-platform/pull/6532)
- Revert
[#&#8203;6506](https://togithub.com/ChilliCream/graphql-platform/issues/6506)
by [@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6538](https://togithub.com/ChilliCream/graphql-platform/pull/6538)
- Introduce Node ID Parser to Fusion by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6535](https://togithub.com/ChilliCream/graphql-platform/pull/6535)
- Introduced Fusion Export Command by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6541](https://togithub.com/ChilliCream/graphql-platform/pull/6541)
- Optimized Resolver Composition by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6542](https://togithub.com/ChilliCream/graphql-platform/pull/6542)
- Fixed issue in parser for directive location VARIABLE_DEFINITION. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6553](https://togithub.com/ChilliCream/graphql-platform/pull/6553)
- Cache printed GraphQL Query for Tracing by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6543](https://togithub.com/ChilliCream/graphql-platform/pull/6543)
- Mark 'BuildPipeline' method as virtual by
[@&#8203;IvAlex1986](https://togithub.com/IvAlex1986) in
[https://github.com/ChilliCream/graphql-platform/pull/6549](https://togithub.com/ChilliCream/graphql-platform/pull/6549)
- Feat ignore additional input fields
([#&#8203;6307](https://togithub.com/ChilliCream/graphql-platform/issues/6307))
by [@&#8203;leniency](https://togithub.com/leniency) in
[https://github.com/ChilliCream/graphql-platform/pull/6531](https://togithub.com/ChilliCream/graphql-platform/pull/6531)
- Adds True Nullability GraphQL Spec Proposal by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6570](https://togithub.com/ChilliCream/graphql-platform/pull/6570)
- Print [@&#8203;deprecated](https://togithub.com/deprecated) in
HotChocolate.Skimmed.SchemaFormatter by
[@&#8203;tobias-tengler](https://togithub.com/tobias-tengler) in
[https://github.com/ChilliCream/graphql-platform/pull/6565](https://togithub.com/ChilliCream/graphql-platform/pull/6565)
- Fixed tag directive nullability. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6571](https://togithub.com/ChilliCream/graphql-platform/pull/6571)
- Adds Extensions support for Subgraph JSON by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6577](https://togithub.com/ChilliCream/graphql-platform/pull/6577)
- Add automatic wrapper for open api specification. by
[@&#8203;A360JMaxxgamer](https://togithub.com/A360JMaxxgamer) in
[https://github.com/ChilliCream/graphql-platform/pull/6398](https://togithub.com/ChilliCream/graphql-platform/pull/6398)
- Use scheme provided by arguments by
[@&#8203;vatsalyagoel](https://togithub.com/vatsalyagoel) in
[https://github.com/ChilliCream/graphql-platform/pull/6582](https://togithub.com/ChilliCream/graphql-platform/pull/6582)
- Move to JsonElement in ConfigurationExtensions by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6580](https://togithub.com/ChilliCream/graphql-platform/pull/6580)
- Remove a subgraph from a composed fusion gateway by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6584](https://togithub.com/ChilliCream/graphql-platform/pull/6584)
- Make CustomOptionsFlags public by
[@&#8203;dawust](https://togithub.com/dawust) in
[https://github.com/ChilliCream/graphql-platform/pull/6587](https://togithub.com/ChilliCream/graphql-platform/pull/6587)
- Split rabbit mq topic event sender into seperate registration method
by [@&#8203;dannyheard7](https://togithub.com/dannyheard7) in
[https://github.com/ChilliCream/graphql-platform/pull/6559](https://togithub.com/ChilliCream/graphql-platform/pull/6559)
- Issue 6594 nested resolver key by
[@&#8203;darren-clark](https://togithub.com/darren-clark) in
[https://github.com/ChilliCream/graphql-platform/pull/6596](https://togithub.com/ChilliCream/graphql-platform/pull/6596)
- Added more robust extensibility to extend mutation errors. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6595](https://togithub.com/ChilliCream/graphql-platform/pull/6595)
- Refinements on the new error hooks. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6599](https://togithub.com/ChilliCream/graphql-platform/pull/6599)
- Added tag directive refinements. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6601](https://togithub.com/ChilliCream/graphql-platform/pull/6601)
- add online workshop Vienna by
[@&#8203;artola](https://togithub.com/artola) in
[https://github.com/ChilliCream/graphql-platform/pull/6602](https://togithub.com/ChilliCream/graphql-platform/pull/6602)
- update workshop Vienna by
[@&#8203;artola](https://togithub.com/artola) in
[https://github.com/ChilliCream/graphql-platform/pull/6603](https://togithub.com/ChilliCream/graphql-platform/pull/6603)
- Update headers of website by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6607](https://togithub.com/ChilliCream/graphql-platform/pull/6607)
- Fixed character in acceptable user and privacy policy by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6608](https://togithub.com/ChilliCream/graphql-platform/pull/6608)
- Upgraded to .NET 8 rc.2 by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6619](https://togithub.com/ChilliCream/graphql-platform/pull/6619)
- Fixed issue with dublicate type registration in Strawberry Shake by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6620](https://togithub.com/ChilliCream/graphql-platform/pull/6620)
- Fixed field merging issue for skip/include. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6621](https://togithub.com/ChilliCream/graphql-platform/pull/6621)
- Adds better schema errors when data middleware is declared more than
once. by [@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6622](https://togithub.com/ChilliCream/graphql-platform/pull/6622)
- Fixes StrawberryShake issues caused by the introspection tooling. by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6625](https://togithub.com/ChilliCream/graphql-platform/pull/6625)
- Removed Compiler Warnings by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6626](https://togithub.com/ChilliCream/graphql-platform/pull/6626)
- Fixed build issue that prevented the FSharp package from being build.
by [@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6627](https://togithub.com/ChilliCream/graphql-platform/pull/6627)
- cleanup compilation constants by
[@&#8203;SimonCropp](https://togithub.com/SimonCropp) in
[https://github.com/ChilliCream/graphql-platform/pull/6590](https://togithub.com/ChilliCream/graphql-platform/pull/6590)
- Adds GraphQL SSE support to StrawberryShake by
[@&#8203;PascalSenn](https://togithub.com/PascalSenn) in
[https://github.com/ChilliCream/graphql-platform/pull/6401](https://togithub.com/ChilliCream/graphql-platform/pull/6401)
- Pruned Package References by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6631](https://togithub.com/ChilliCream/graphql-platform/pull/6631)
- Fixes how arg values will be handled when the input obj is inferred by
[@&#8203;michaelstaib](https://togithub.com/michaelstaib) in
[https://github.com/ChilliCream/graphql-platform/pull/6632](https://togithub.com/ChilliCream/graphql-platform/pull/6632)

##### New Contributors

- [@&#8203;ndejaco2](https://togithub.com/ndejaco2) made their first
contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6504](https://togithub.com/ChilliCream/graphql-platform/pull/6504)
- [@&#8203;szv](https://togithub.com/szv) made their first contribution
in
[https://github.com/ChilliCream/graphql-platform/pull/6520](https://togithub.com/ChilliCream/graphql-platform/pull/6520)
- [@&#8203;williamdenton](https://togithub.com/williamdenton) made their
first contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6512](https://togithub.com/ChilliCream/graphql-platform/pull/6512)
- [@&#8203;IvAlex1986](https://togithub.com/IvAlex1986) made their first
contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6549](https://togithub.com/ChilliCream/graphql-platform/pull/6549)
- [@&#8203;leniency](https://togithub.com/leniency) made their first
contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6531](https://togithub.com/ChilliCream/graphql-platform/pull/6531)
- [@&#8203;vatsalyagoel](https://togithub.com/vatsalyagoel) made their
first contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6582](https://togithub.com/ChilliCream/graphql-platform/pull/6582)
- [@&#8203;dawust](https://togithub.com/dawust) made their first
contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6587](https://togithub.com/ChilliCream/graphql-platform/pull/6587)
- [@&#8203;dannyheard7](https://togithub.com/dannyheard7) made their
first contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6559](https://togithub.com/ChilliCream/graphql-platform/pull/6559)
- [@&#8203;SimonCropp](https://togithub.com/SimonCropp) made their first
contribution in
[https://github.com/ChilliCream/graphql-platform/pull/6590](https://togithub.com/ChilliCream/graphql-platform/pull/6590)

**Full Changelog**:
ChilliCream/graphql-platform@13.5.1...13.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Europe/Berlin, Automerge -
At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/orso-co/Orso.Arpa.Api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: VILLAN3LL3 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants