apollographql / federation-jvm

JVM support for Apollo Federation

Home Page:https://www.apollographql.com/docs/federation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example(s) that show how to use Federation JVM

dariuszkuc opened this issue · comments

Create example apps that show how to use Federation JVM with popular libraries/frameworks.

Examples:

Awesome!

I had previously raised the topic about the relationship between:

Wondering if there is an opportunity to simplify and/or reference in the updated documentation

Good callouts. Existing spring-example in this repo is outdated and confusingly provides 2 examples (loaded based on the spring profiles).

I'm thinking we should:

  • drop existing spring-example
  • create new example based on spring-graphql
  • link to the DGS and graphql-java-kickstart example projects that you listed above

Following the linked DGS and GraphQL Java Kickstart examples, I created separate https://github.com/apollographql/federation-jvm-spring-example repository as well. We will be dropping example subprojects from this repository.

commented

Unfortunately, none of the examples showcase features like @requires directive processing.

👋 good callout! I've opened some issues in the https://github.com/apollographql/federation-jvm-spring-example repo to track adding additional use cases.