My company needs our data handling to comply with HIPAA standards, essentially we cannot have any data stored/touched/passthrough any service between our client and our current Apollo Monolith GraphQL server. We want to use Apollo federation and create one supergraph (splitting our massive schema/resolvers files into several independent services), we like what studio can provide.
Three questions:
- Does the data field ever get:
a) Stored anywhere on Apollos servers
b) Accessed in any way by Apollos servers (for example: data pass through) - If yes to either question above, is it possible to have Apollo federation (supergraph) with an Apollo Router hosted ourselves?
a) Does this exclude Apollo Studio? - Any architectural diagrams you could provide to show the different options? Pricing?
Kindly,
Daniel Glassford