artemis
artemis copied to clipboard
Build dart types from GraphQL schemas and queries
Hello there, I'm wondering if it could be possible to generate all enums in one single file that is imported by other artemis generated files. Today, if I have 2...
**Bug description** i have class with this name SignIn$Mutation$AuthPayload i need to custom this name can I custom classes name **Specs** Artemis version: [e.g. 6.0.3-beta.1] build.yaml: ```yaml targets: $default: sources:...
Does Artemis allow GraphQL comment to Dart Doc comment(converting `#` to `///` or `"""` to `///`)?It would be great to put comments on a dart generated classes. I don't know...
**Make sure you're opening this pull request pointing to beta branch!** ## What does this PR do/solve? Create the ability to add custom headers to the HTTP request(s). I use...
## What does this PR do/solve? In the Pokemon example, the GraphQL endpoint used is no longer available. I replaced it with a new URL that works for now.
## What does this PR do/solve? Exposes https://github.com/comigor/artemis/issues/265 issue as a test
This is better explained with an example, let's say you have the following GraphQL class: ``` User - id - name - email - facebook_account - instagram_account - ...some other...
Often, in my code, I have something like this: ```dart Query( options: QueryOptions( document: ItemsQuery().document variables: ItemsArguments(...), ), builder: (result, { refetch, fetchMore }) { // skipping error handling etc....
Hi I tried to incorporate Artemis with my already working Hasura endpoint, the problem is Hasura generates multiple types, and it is very confusing if I have to declare the...
**Before reporting a bug, please test the beta branch!** (beta branch has no changes to master at the time I'm reporting this) ## Bug description I have a GraphQL schema...