adonis-apollo
adonis-apollo copied to clipboard
Apollo GraphQL server for AdonisJS 5
- Generate types for backend - Mapping types returned by resolver functions - Use `implements` in class resolvers.
This can only be done after migration to ESM for Adonis 6. Will have to mark https://github.com/jaydenseric/graphql-upload/issues/328 in the breaking changes for people who work around the bug.
Currently, we use the `formatError` callback to log internal errors by I'm not sure it's the right way. Let's check if Apollo docs recommend something and if we can have...
Hello, guys subscriptions it's possible ?
How do we include custom schema directives in `Config/apollo.ts` ? I'd like to implement them like below: ``` const config: ApolloConfig = { schemas: 'app/Schemas', resolvers: 'app/Resolvers', directives: 'app/Directives', //
is there a guide or solution to port/parse the fileupload to MultipartFileContract/File ? i want to use the validator with file rules
https://github.com/dotansimha/graphql-eslint/
https://github.com/Urigo/graphql-cli https://github.com/dotansimha/graphql-code-generator/tree/master/packages/graphql-cli-codegen-plugin
Hello @targos, @stropitek. Great job with this provider. Do you have an example of how to use it? Do you have an example with auth?