You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to convert Nexus types to native graphql-js types?
constnexusType=objectType({// ...})constgqlType: GraphQLObject=// Is that possible?
The project front page states that it works with existing graphql-js types. Is the opposite possible, as indicated? I'm trying to construct dynamic GraphQL types from base existing types and was considering to make it in a typesafe manner with Nexus while being able to integrate it with some existing GraphQL non-Typescript projects. Is that feasible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to convert Nexus types to native
graphql-js
types?The project front page states that it works with existing
graphql-js
types. Is the opposite possible, as indicated? I'm trying to construct dynamic GraphQL types from base existing types and was considering to make it in a typesafe manner with Nexus while being able to integrate it with some existing GraphQL non-Typescript projects. Is that feasible?Beta Was this translation helpful? Give feedback.
All reactions