ChilliCream / graphql-workshop

Getting started with GraphQL on ASP.NET Core and Hot Chocolate - Workshop
465 stars 199 forks source link

Schema endpoint does not seem to work #18

Closed Julien-Sytadelle closed 3 years ago

Julien-Sytadelle commented 3 years ago

Hi,

I cannot figure how to get the schema as graphql or json with 11.0.0.rc2 or rc4. Neither http://localhost:5000/schema or http://localhost:5000/graphql/schema works. I read a lot of threads in slack but in vain.

Could you add a section explaining this point ?
For now, I use npm package get-graphql-schema to provide it to my client.

Best,

michaelstaib commented 3 years ago

http://localhost:5000/graphql?sdl

Julien-Sytadelle commented 3 years ago

Thanks a lot !

michaelstaib commented 3 years ago

we will add this to the migration docs.