Usage with apollo-link-schema #907
-
I'm using nexus framework with I'd like to use It should be fed with executable schema: https://github.com/zeit/next.js/blob/canary/examples/api-routes-apollo-server-and-client-auth/apollo/schema.js The question is - does nexus expose typeDefs and pure js resolves which can be used in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@jasonkuhrt, @Weakky guys sorry for pinging you. Could you please assist with this? I've spent a couple of days and still don't get how to do this. I've found And still no idea of how to get the generated resolvers. |
Beta Was this translation helpful? Give feedback.
-
Hey @yantakus "executable schema" is an Apollo concept. What we currently have available is just a plain old Either way we don't currently support what you're trying to do. Even the `GraphQLSchema is not exposed currently. Please open a feature request and let's discuss further. |
Beta Was this translation helpful? Give feedback.
Hey @yantakus "executable schema" is an Apollo concept. What we currently have available is just a plain old
GraphQLSchema
. Could that work for your needs?Either way we don't currently support what you're trying to do. Even the `GraphQLSchema is not exposed currently. Please open a feature request and let's discuss further.