GraphQl Entrypoint #1651
-
I am trying to setup appdynamics for the graph server. I am looking for the entry class and method that all requests hit when calling /graphql. Can someone provide these details? |
Beta Was this translation helpful? Give feedback.
Answered by
samuelAndalon
Jan 21, 2023
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
donhill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For spring -> https://github.com/ExpediaGroup/graphql-kotlin/blob/master/servers/graphql-kotlin-spring-server/src/main/kotlin/com/expediagroup/graphql/server/spring/GraphQLRoutesConfiguration.kt
example for Ktor -> https://github.com/ExpediaGroup/graphql-kotlin/blob/master/examples/server/ktor-server/src/main/kotlin/com/expediagroup/graphql/examples/server/ktor/GraphQLModule.kt#L35
more information:
https://opensource.expediagroup.com/graphql-kotlin/docs/server/spring-server/spring-overview