Application integration
The VO platform is based on a GraphQL API, facilitating seamless integration with custom applications.
We offer guidance and provide examples for the following development stacks:
- JavaScript using client library
- React + Apollo Client
- iOS Swift + Apollo Client
- Android Kotlin + Apollo Client
If you're using a different development stack, our guides and examples can still serve as valuable references. The GraphQL API section provides further details on integrating with the API using your chosen development stack.
GraphQL API
All data and operations are accessible through the API, which presents a strongly typed, documented and discoverable schema.
Apollo Studio
Apollo Studio is a GraphQL IDE that enables you to explore the VO API. It's an ideal tool for delving into the schema, building and running queries, as well as referencing the documentation.
Access Apollo Studio at /graphql