Aggregate Attestation Data

Hey guys I’m looking to use the apollo graphQL to aggregate attestation data into an application a team and I are working on. Using the sandbox we used the embed feature and found that it embedded the IDE as a whole. Does anyone have any advice for how to implement the functionality of apollo into our application?

Hi Will,

I fear you’ll have to be a bit more specific here - what do you actually want to do?

The sandbox is mainly there for developers to discover data on a graphl - it seems like you want to write a custom application. In that case, you’d develop your own web interface and use a GraphQL client library like Apollo Client for the data fetching. GraphQL doesn’t give you a full-blown UI to send to your customers, it’s only about transporting data from your server to your applications.