mobius
mobius copied to clipboard
End-to-end type safe TypeScript GraphQL Client
i send in this string but graphql mobius sends this in request 
 Image shows it well. My schema is: ``` export const typeDefs = ` """ De-prioritizes a fragment, causing the fragment to be omitted in...
https://github.com/elysiajs/elysia-graphql-yoga/issues/12
```ts /** * ! For type declaration only */ klein: TypeDefs | null; /** * ! For type declaration only */ resolvers: Resolver | null; ``` this makes extracting type...