You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
examples/ktor-server: expose GraphQL Schema at /sdl (ExpediaGroup#1351)
Not having the GraphQL schema complete with directives caused me troubles in the issue ExpediaGroup#1350
In spring-server, the `/sdl` endpoint
If this commit is merged, it will be exposed as well in the ktor-server example
Copy file name to clipboardExpand all lines: examples/server/ktor-server/src/main/kotlin/com/expediagroup/graphql/examples/server/ktor/GraphQLModule.kt
Copy file name to clipboardExpand all lines: examples/server/ktor-server/src/main/kotlin/com/expediagroup/graphql/examples/server/ktor/ktorGraphQLSchema.kt
0 commit comments