mobius icon indicating copy to clipboard operation
mobius copied to clipboard

End-to-end type safe TypeScript GraphQL Client

Results 4 mobius issues
Sort by recently updated
recently updated
newest added

i send in this string but graphql mobius sends this in request ![CleanShot 2023-10-13 at 18 28 15@2x](https://github.com/SaltyAom/mobius/assets/6391776/2f5e7634-109a-4b9c-8e01-3cea042a67b5)

![CleanShot 2023-10-11 at 22 17 46@2x](https://github.com/SaltyAom/mobius/assets/6391776/e17470bf-44dc-4189-ab88-841d16fd2033) 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...