Skip to main content
Module

x/tepi/http/graphql.http

A .http Test Runner
Go to Latest
File

POST https://rickandmortyapi.com/graphqlContent-Type: application/json
query Query { characters(page: 2, filter: {id: "Morty"}) { info { count } results { name } } location(id: 1) { id } episodesByIds(ids: [1, 2]) { id }}
HTTP/1.1 400 Bad Request
body