GraphQL
Connect Jet Admin to any GraphQL API
{
characters {
results {
id
name
status
species
type
gender
origin {
name
id
}
}
}
}1. Add your GraphQl resource


2. Make a request

Last updated
Was this helpful?