program
This page contains
Arguments
type String! |
Return Fields
Program! PREVIEW |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
xxxxxxxxxx
query program($type: String!) {
program(type: $type) {
type
status
description
}
}
xxxxxxxxxx
{
"type": "YOUR_TYPE"
}