xxxxxxxxxx
# Welcome to Pipefy GraphiQL
#
# GraphiQL is an in-browser IDE for writing, validating, and
# testing GraphQL queries.
#
# Type queries into this side of the screen, and you will
# see intelligent typeaheads aware of the current GraphQL type schema and
# live syntax and validation errors highlighted within the text.
#
# To bring up the auto-complete at any point, just press Ctrl-Space.
#
# Press the run button above, or Cmd-Enter to execute the query, and the result
# will appear in the pane to the right.
# Basic example:
{
organizations {
id
name
}
}
xxxxxxxxxx
xxxxxxxxxx
{
"errors": [
{
"title": "Unauthorized",
"detail": "You are not authorized to access this page"
}
]
}