DORSETRIGS
Home

hotchocolate (15 post)


posts by category not found!

How to authorize subscriptions in HotChocolate

Empowering Your Graph QL API Authorizing Subscriptions in Hot Chocolate Hot Chocolate a powerful Graph QL server framework for NET allows developers to create r

2 min read 04-10-2024 48
How to authorize subscriptions in HotChocolate
How to authorize subscriptions in HotChocolate

Schema is not loading using Hot Chocolate GraphQL

Troubleshooting Schema Loading Issues in Hot Chocolate Graph QL When working with Hot Chocolate Graph QL developers sometimes encounter issues where the schema

2 min read 29-09-2024 37
Schema is not loading using Hot Chocolate GraphQL
Schema is not loading using Hot Chocolate GraphQL

Why is fieldDefinition not recognized as FilterOperationFieldDefinition in my custom HotChocolate filter handler?

Understanding the Hot Chocolate Filter Handler Issue Field Definition Not Recognized as Filter Operation Field Definition When developing a Graph QL API with Ho

2 min read 28-09-2024 38
Why is fieldDefinition not recognized as FilterOperationFieldDefinition in my custom HotChocolate filter handler?
Why is fieldDefinition not recognized as FilterOperationFieldDefinition in my custom HotChocolate filter handler?

Extending a type in GraphQL / Apollo Federation

Extending a Type in Graph QL with Apollo Federation In the world of Graph QL particularly when working with Apollo Federation extending types is a common yet cr

3 min read 24-09-2024 40
Extending a type in GraphQL / Apollo Federation
Extending a type in GraphQL / Apollo Federation

Avoid disposed dbContext with HotChocolate.AspNetCore and GraphQL

Avoiding Disposed db Context with Hot Chocolate Asp Net Core and Graph QL When building applications using Hot Chocolate and Graph QL a common issue developers

3 min read 23-09-2024 48
Avoid disposed dbContext with HotChocolate.AspNetCore and GraphQL
Avoid disposed dbContext with HotChocolate.AspNetCore and GraphQL

How can I return a single object from a mutation using HotChocolate while using OOB UseProjection behavior?

How to Return a Single Object from a Mutation Using Hot Chocolate with OOB Use Projection Behavior When working with Graph QL in NET particularly with Hot Choco

3 min read 20-09-2024 43
How can I return a single object from a mutation using HotChocolate while using OOB UseProjection behavior?
How can I return a single object from a mutation using HotChocolate while using OOB UseProjection behavior?

HotChocolate - Access property Name in custom ScalarType

Accessing Property Name in Custom Scalar Type with Hot Chocolate When working with Graph QL using Hot Chocolate you might encounter situations where you need to

3 min read 17-09-2024 35
HotChocolate - Access property Name in custom ScalarType
HotChocolate - Access property Name in custom ScalarType

Apparent cors error in apollo-angular and .NET with Azure function

Understanding the Apparent CORS Error in Apollo Angular and NET with Azure Functions When developing applications using Apollo Angular and NET backend services

3 min read 15-09-2024 58
Apparent cors error in apollo-angular and .NET with Azure function
Apparent cors error in apollo-angular and .NET with Azure function

How we can do Error handling in mutations Graphql - Hot Chocolate .NET

Error Handling in Graph QL Mutations with Hot Chocolate NET In modern web applications ensuring robust error handling is crucial particularly when working with

3 min read 14-09-2024 48
How we can do Error handling in mutations Graphql - Hot Chocolate .NET
How we can do Error handling in mutations Graphql - Hot Chocolate .NET

Get original GraphQL query string from HTTP request

Extracting the Original Graph QL Query from an HTTP Request Lets say you re building a Graph QL API and want to understand the raw query sent by a client You mi

2 min read 13-09-2024 45
Get original GraphQL query string from HTTP request
Get original GraphQL query string from HTTP request

How can you split the Query / Mutation / Subscription type into multiple files with HotChocolate GraphQL?

Organizing Your Graph QL Schema with Hot Chocolate Splitting Query Mutation and Subscription Types As your Graph QL API grows you ll likely find yourself needin

2 min read 04-09-2024 42
How can you split the Query / Mutation / Subscription type into multiple files with HotChocolate GraphQL?
How can you split the Query / Mutation / Subscription type into multiple files with HotChocolate GraphQL?

Can multiple HotChocolate ObjectTypes of the same Type can be registered and used in different queries?

Hot Chocolate Registering Multiple Object Types of the Same Type In Hot Chocolate a common need is to work with different representations of the same underlying

2 min read 03-09-2024 35
Can multiple HotChocolate ObjectTypes of the same Type can be registered and used in different queries?
Can multiple HotChocolate ObjectTypes of the same Type can be registered and used in different queries?

Strawberry Shake client scaffolded differently depending on platform

Strawberry Shake Scaffolding Differences Between Windows and Linux A Deep Dive This article explores a common issue encountered when using Strawberry Shake to s

2 min read 02-09-2024 39
Strawberry Shake client scaffolded differently depending on platform
Strawberry Shake client scaffolded differently depending on platform

GraphQL interprets node identifiers as string instead of integers

Graph QL Node Identifiers Bridging the Int String Gap When working with Graph QL and Relays Global Object Identification you might encounter a discrepancy betwe

2 min read 31-08-2024 41
GraphQL interprets node identifiers as string instead of integers
GraphQL interprets node identifiers as string instead of integers

How can I write a HotChocolate middleware that acts after UseFiltering?

Understanding Hot Chocolate Middleware and Filtering A Deep Dive Hot Chocolate a powerful Graph QL server for NET provides a flexible middleware system that all

2 min read 28-08-2024 58
How can I write a HotChocolate middleware that acts after UseFiltering?
How can I write a HotChocolate middleware that acts after UseFiltering?