-
-
Notifications
You must be signed in to change notification settings - Fork 831
Closed
Labels
featureNew addition or enhancement to existing solutionsNew addition or enhancement to existing solutions
Description
So far we've been trying to implement GraphQL for our microservices at HackGT/registration#159, but when implementing a resolver I have no type definitions for the resolver or for my GraphQL schema (typescript). I've tried solutions like graphql-typewriter but the types it generates has no root parameter in the query function signature (i.e. it is (args, context)
and not (obj, args, context)
).
Does this fit under this repo or is there another solution I'm not seeing?
My current workaround is manually typing everything.
corydeppen, pobed2, dsebastien, prevostc, elldritch and 5 more
Metadata
Metadata
Assignees
Labels
featureNew addition or enhancement to existing solutionsNew addition or enhancement to existing solutions