Magidoc

Getting Started

Apollo Studio

#

The easiest way to get started using CMR GraphQL is using Apollo Studio, which is available at https://graphql.uat.earthdata.nasa.gov/api .

Apollo Studio is a powerful GraphQL IDE in the cloud, offering intelligent features like autocomplete, schema exploration, and query building to enhance developer productivity.

Programmatic access

#

There are many GraphQL client libraries for many languages that will work with CMR GraphQL.

But any GraphQL Server can also be accessed by using a POST request as well.