Replies: 1 comment 4 replies
-
I'm not sure I understand. Could you provide an example of what you are after? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
create unique QueryType object across files, so that we could separate our files more easily. Currently, we could separate the literal schema easily because of the nature of string. But when it comes to bindables, we are only able to pass the bindables around files so that it could associate correctly to the resolver functions. It would be nice if
make_executable_schema
could resolve this for us.For now, I make a work around to get a unique QueryType bindables across files.
Beta Was this translation helpful? Give feedback.
All reactions