Guides
Consuming the API with different clients
Introduction
Below is a description of consuming the API with different clients. We assume that at this stage you have already completed the steps included in the Getting Started section of this chapter and that you are familiar with the basic setup of the AVII GraphQL API.
Python
The API can be used from any client that supports GraphQL, here we’ll show examples to make some requests in python.
Using gql
Javascript
The API can be used from any client that supports GraphQL, here we’ll show examples to make some requests in javascript.