Fabian Riewe
Fabian Riewe
Using `graphql-relay==3.1.4` and `graphene-mongo==0.2.14` creates an error due to a rename of `graphql_relay.connection.arrayconnection` to `graphql_relay.connection.array_connection`. There are two imports which need to be updated.
Hello, I am currently working on a project where I use the Apollo Federation Gateway and graphene-federation to connect multiple Microservices. For each external Type I need to add the...
# Hello! I have created a working example with graphene-mongo and graphene-federation (https://github.com/erebus1/graphene-federation). We are currently working with GraphQL + Mongoengine. We split up into Microservices, so Federation was the...