Skip to content

Conversation

@SquireOfSoftware
Copy link
Owner

@SquireOfSoftware SquireOfSoftware commented Jun 7, 2021

This should demonstrate what is required to get a GraphQL service up and running WITH a really basic API gateway.

It hooks into the main person service Java SpringBoot application AND a dummy hardcoded film database that links these people to films (this server is just using the Apollo server node JS framework). And the API gateway is able to successfully stitch the two schemas together.

- there is now a films datasource that you can equally look up
- Attempted to merge the two schemas together and partially failing
- PersonFetcher is working with the other hard coded graphql service and correctly stitches the schemas together
@SquireOfSoftware SquireOfSoftware self-assigned this Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants