Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

There is extensive documentation in the readme file here for setting up the server, and typically no additional configuration is necessary to enable subscriptions:

https://github.com/graphql-dotnet/server

Near the bottom is a list of sample projects:

https://github.com/graphql-dotnet/server?tab=readme-ov-file#samples

Source code is here:

https://github.com/graphql-dotnet/server/tree/master/samples

Most of the samples include a working GraphQL subscription functionality. I would suggest starting with the 'Basic' sample.

These samples support subscriptions:

  • Basic
  • Complex
  • Controller via GraphQLExecutionActionResult
  • Cors
  • EndpointRouting
  • Jwt
  • MultipleSchemas
  • Net48
  • Pages

These samples do not i…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@satyam120900
Comment options

@Shane32
Comment options

@Shane32
Comment options

@satyam120900
Comment options

Answer selected by Shane32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants