Is there a way to serialize and re-use the GraphQL...
# graphql-kotlin
r
Is there a way to serialize and re-use the GraphQLSchema object across process boundaries? I'm trying to reduce app startup time, and was thinking distributing a pre-built GraphQLSchema with my app would be one way to do that, as creating the schema seems to be the bulk of my startup time currently.
d
currently no
r
I've created a feature-request issue to start the conversation: https://github.com/ExpediaGroup/graphql-kotlin/issues/1214