xchem / fabled-apollo

1 stars 1 forks source link

Use Apollo Federation to link RCSB PDB #3

Open reskyner opened 3 years ago

reskyner commented 3 years ago

RCSB PDB already uses a GraphQL server, so instead of schema-stitching, it makes sense to use a federated server to include links. https://www.apollographql.com/blog/apollo-federation-f260cf525d21/

Steps:

Docs: https://www.apollographql.com/docs/federation/migrating-from-stitching/ https://data.rcsb.org/#gql-api

reskyner commented 3 years ago

Probably not applicable - the search service has a separate endpoint and query method to the data service. Maybe investigate link instead (Apollo Link)