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.