vivo-community / vivo-graphql

graphql endpoint for the vivo scholar project
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Explore options for adding a GraphQL endpoint as a spring module #10

Closed outten45 closed 5 years ago

outten45 commented 5 years ago

Understand the options available for providing GraphQL from a spring boot app.

Stretch

jimwood commented 5 years ago

Was able to add a graphql endpoint and reuse the existing models and repositories.

Added a sample people query allowing for basic search and pagination

Added document resolver to person so related documents can be fetched along with person data