Алексей Анкип
Алексей Анкип
users service schema: ``` extend type Query { users: [User]! } type User @key(fields: "id") { id: ID! name: String! } ``` profiles service schema: ``` type Profile { userId:...
For the cases when you cant use struct tags (eg struct is from 3d-party) it would be nice to have an option to ignore some fields by it's name or...
Closes #243
Consider to pass entire GQL Request.context to Dio RequestOptions.extra. It would make possible to share data between GQL Link and Dio interceptor.
Hi. Would like to generate single README.md using template and docs from different levels of nested packages. Is it possible?