Script GraphQL

SPACEX GraphQL HTTP - Postman

26/02/2023 11:32
GraphQL via HTTP - Raw   Post: https://api.spacex.land/graphql/   {     "query" : "query ExampleQuery { company { ceo  }}" }  

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   } }  

GraphQL query and parameters - Postman RAW and HTTP

25/02/2023 11:34
Using variables to pass the query on RAW via Postman   Sending method:...

Kusto Queries and GraphQL

25/02/2023 11:23
I've been using GraphQL and Kusto language on Postman project limiting the number of...