bradf83 / technology-patterns

A repository to hold markdown documentation of patterns for various technologies I explore
MIT License
1 stars 0 forks source link

Investigate Implementing a GraphQL Server with Spring Boot #5

Open bradf83 opened 4 years ago

bradf83 commented 4 years ago
bradf83 commented 4 years ago

Looked into this a little bit today and found the following helpful collection of links: GraphQL Links

It looks like it can be done in Java, but is not looking that friendly and possibly not easily compatible with Relay.

Considering looking into a Javascript implementation of a GraphQL server. Using Express possibly?