Sitecore / ASP.NET-Core-SDK

The official open source ASP.NET Core SDK for Sitecore DXP and XM Cloud.
https://sitecore.github.io/ASP.NET-Core-SDK/
Apache License 2.0
8 stars 2 forks source link

Implement the model binding for the GraphQL page using the default Sitecore fields #15

Open OlegJytnik opened 1 week ago

OlegJytnik commented 1 week ago

Installing the latest version of the MVC Rendering Template from the getting started page and browsing the GraphQL page (/graphql), I can see the "The GraphQL support is not available in Sitecore.AspNet SDK yet." message. The customer has a custom GraphQL query and wants to know how to bind a model using the Sitecore.LayoutService.Client.Response.Model.Fields to his custom query. Please consider adding support for Sitecore.AspNet SDK and including it in the example of the GraphQL page.