Skip to content

Federation support #16

Open
Open
@tsanikgr

Description

@tsanikgr

Hello, thank you for this package, I really like this modular approach.

I was wondering if anyone has any pointers on how to combine ariadne_graphql_modules.make_executable_schema with ariadne.contrib.federation.make_federated_schema.

Thank you!

Activity

changed the title [-]Any pointers on how to use this library with `ariadne.contrib.federation`[/-] [+]Federation support[/+] on Mar 14, 2023
rafalp

rafalp commented on Mar 14, 2023

@rafalp
Contributor

Hello!

Currently there's no way to use Ariadne GraphQL modules with Federation. It's on our radar but we are in prototyping phases of implementing Python-based solution to the problem of combining multiple GraphQL services into one, which is keeping us busy and away from pushing the cart forward with both code first modules and federation.

On flip side we are creating a lot of generic Python tools for GraphQL schema manipulation which I think will eventually let us do away with separate make_executable_schema and make_federated_schema.

tsanikgr

tsanikgr commented on Mar 14, 2023

@tsanikgr
Author

Thank you for your response, looking forward to future updates.

reopened this on Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Federation support · Issue #16 · mirumee/ariadne-graphql-modules