GraphQL
{
"functions": [
{
"name": "get-one-pet",
"operation": "https://example.com/pets/graphql#query#pet",
"type": "graphql"
}
]
}<url_to_graphql_endpoint>#<literal "mutation" or "query">#<mutation_or_query_field>{
"refName": "get-one-pet",
"arguments": {
"id": 42
},
"selectionSet": "{ id, name, favoriteTreat { id } }"
}Last updated