GraphQL Explorer

Interactive GraphQL API playground

{ characters(page: 2, filter: { name: "rick" }) { info { count } results { name status species type gender } } }
Results

Results will appear here after execution

Documentation

Query

  • characters - Get all characters
  • character(id: ID!) - Get a specific character
  • locations - Get all locations
  • location(id: ID!) - Get a specific location

Types

  • Character - A character in the series
  • Location - A location in the series
  • Episode - An episode in the series

Made with DeepSite LogoDeepSite - 🧬 Remix