Hey quick question: are subscriptions and custom d...
# graphql-kotlin
r
Hey quick question: are subscriptions and custom directives supported?
s
Yes they are! Subscriptions docs can be found here: https://expediagroup.github.io/graphql-kotlin/docs/execution/subscriptions And see
examples
in the repo for a sample class. Custom directives docs are here: https://expediagroup.github.io/graphql-kotlin/docs/customizing-schemas/directives#custom-directives
r
Perfect thanks for the fast reply 🚀