New to Telerik UI for ASP.NET Core? Download free 30-day trial
Binding to GraphQL Service
Loading Demo...
- EXAMPLE
- VIEW SOURCE
- Edit in Theme Builder
-
Change Theme
DefaultSASSLESS
- Default
- Bootstrap
- Material
- Launch Theme Builder
- graphql.cshtml
- GraphqlController.cs
- ProductViewModel.cs
Also available for:
API REFERENCEDescription
What are the benefits of using a GraphQL service?
A GraphQL service is served over HTTP through a single endpoint that responds using JSON and expresses the full set of capabilities of the API. The current example consumes data from an ASP.NET Core GraphQL Service that is available for review in the below linked repository.
More about the Telerik Grid for ASP.NET Core