Replies: 1 comment 1 reply
-
There is a function for type which is FromSelector |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the @neo4j/graphql library which features an ORM-style tool call the OGM which shares the augmented schema and generated resolvers with a GraphQL API. The OGM uses the same selection set syntax as GraphQL but without the top level resolver calls, e.g.
I'd like to be able to build these selection sets with Zeus and extend the OGM types to pass through the Zeus generated types.
@aexol, is there a way to get a string or DocumentNode for a Selector without building a full query and then trying to split out the selection set?
Beta Was this translation helpful? Give feedback.
All reactions