-
I have been thinking about using the graphQL implementation in a Rails app. To do this I'll have to mount a graphQL schema inside the rails routes as a rack app:
```
Rails.application.routes.draw …
-
## Problem
I want a single source of truth for the types and their validations such as @MinLength() or @isEmail() class validators , and it would be very useful if we can put them in the schema.pri…
-
## Bug report
In our setup we define fragments with the same name as the schema types, e.g.:
```
fragment ProductImage on ProductImage {
extraLarge
large
medium
small
}
``…
-
[Apollo Federation](https://www.apollographql.com/docs/apollo-server/federation/introduction/) was open sourced a few days ago by Apollo team. I would like to know if there are plans to integrate Apol…
-
I am trying to use this plugin to lint multiple schemas (that is, two different graphql services, not two schemas merged into one).
Currently, I do something like this
```
'graphql/template-s…
-
Ariadne is based on idea of schema [SDL](https://graphql.org/learn/schema/) being the source of truth and so it is not generated from python code, like Graphene does. There are very good reasons why w…
-
Hi!
I found an issue when using the `tristate_optionals: true` option in `ferry_generator|graphql_builder`.
I [forked the project](https://github.com/KevinDespoulainsTR/ferry) and updated the `p…
-
It seems like custom directives do not work on `extend type Object`, this might be by design but I could not find anywhere in the Ariadne docs or GraphQL specs something that confirms this.
Here is…
-
### Describe the bug
```
.d8888b. 888 8888888b. 888888b.
d88P Y88b 888 888 'Y88b 888 '88b
Y88b. …
-
### Description
I'm experiencing an issue with Amplify DataStore in a Flutter application. The main models (Share and OperationMode) are syncing correctly, but the automatically generated join table …