Getting started with GraphQL

GraphQL client

If you're already experienced with GraphQL, feel free to skip ahead to the next sections. However, for those new to GraphQL, here are some basics to get you started. A GraphQL client provides a straightforward way to interact with GraphQL endpoints. Below, we'll recommend two popular libraries to begin your querying journey with our API. But remember, these are just suggestions – choose the one that best fits your needs.

1. Apollo Client Apollo Client is a widely-used GraphQL client that offers a comprehensive suite of features. It can integrate easily with popular front-end frameworks like React, Angular, and Vue. Apollo Client allows you to fetch, cache, and modify application data while automatically keeping the user interface in sync with the data changes.

Apollo Client Documentation

Bond SDK

To streamline and enhance the interaction with our API, we've developed the Bond SDK. This low-level TypeScript-based SDK simplifies the process of querying and managing data through our API. Along with detailed endpoint descriptions, you'll find practical examples illustrating the seamless integration of the Bond SDK with our GraphQL requests.

Last updated