Geeks

d-led/graphql_mesh_federation_test

Primary LanguageC#The UnlicenseUnlicense

  • graphql_mesh_federation_test GitHub
  • MarkdownReadme
  • 0Issues
  • 1Stargazer
  • 2Watchers

Trying out GraphQL Mesh

Reproducing Issues

  • ardatan/graphql-mesh#301
  • ardatan/graphql-mesh#296

Running it

  • Start the first service
dotnet run -p service1

↓

http://localhost:5001/playground/

  • Start the second service
dotnet run -p service2

↓

http://localhost:5002/playground/

  • Start the first Mesh
cd gateway && yarn install && yarn graphql-mesh serve

↓

http://localhost:4000/graphql

query:

{
  widgets {
    id
    gadgets {
      name
    }
  }
}

Share to

Contact site admin: Geeks.