Schemas
There are 4 schemas in this API.
For for information on this API and the schemas you can visit the API directly at:
https://the-got-api-production.up.railway.app/You can request all families with a single query using the 'families' query type, or individual families by id using the 'family' query type. You can then request whatever properties you want from the family model. To find out more about the schemas either visit the API directly or visit the Schemas tab in this documentation.
Navigate between code blocks using the tabs provided.
{
characters {
fullname
firstname
lastname
id
title
quotes{body}
family{house}
media{image}
}
}