Stargate-GraphQL-API:library

Number of APIs: 8

This Stargate GraphQL API example collection is named Library.

It is documented here, make sure to read before using this collection.

Stargate requires a Cassandra cluster. Stargate is deployable to bare metal, VMs, Docker/Compose, EKS, GKE, K8ssandra.io and DataStax Enterprise.

Development mode will install a Cassandra DB for you locally with non-production / desktop development settings.

On Astra DB, both Cassandra and Stargate are automatically setup (and managed) for you.

Most desktop development is free with Astra DB's 80GB free monthly plan. Sign up in a few clicks, no credit card is required.

What is Stargate?

What is Apache Cassandra?

What is Astra DB?

  1. init request - Init request GET https://api.getpostman.com/collections/17930693-65da5c64-561a-449b-a0e8-0318575f6871

  2. authentication - Create a auth token (Stargate OSS only) POST {{base_auth_url}}{{auth_api}}

  3. schema - Alter table book, add columns isbn, language, pub_year, and genre POST {{base_gql_url}}{{gql_schema}}

  4. retrieve schema - Get tables POST {{base_gql_url}}{{gql_schema}}

  5. insert data - Update a book again - Moby Dick with genre POST {{base_gql_url}}{{gql_api}}

  6. retrieve data - Read (get) reader with UDT POST {{base_gql_url}}{{gql_api}}

  7. delete data - Delete one book with CL POST {{base_gql_url}}{{gql_api}}

  8. delete schema - Drop keyspace (Stargate OSS only) POST {{base_gql_url}}{{gql_schema}}