SPACEX GraphQL on Postman

26/02/2023 11:30

This's a free access to test GraphQL queries:

 

Post: https://api.spacex.land/graphql/

 

query ExampleQuery {
  company {
    ceo
  }
}