Skip to main content

Arguments

after : String
before : String
first : Int

Statuses to filter for. Otherwise return active and upcoming brownouts.

last : Int

Returns

APIBrownoutConnection

Paginator of API brownouts.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query api brownouts

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query ApiBrownouts( $after: String, $before: String, $first: Int, $input: APIBrownoutInput, $last: Int ) { apiBrownouts( after: $after, before: $before, first: $first, input: $input, last: $last ) { edgeCount edges { ...APIBrownoutEdgeFragment } pageInfo { ...PageInfoFragment } totalCount } }

Variables

{ "after": "YXJyYXljb25uZWN0aW9uOjEw=", "before": "YXJyYXljb25uZWN0aW9uOjEw=", "first": 10, "input": APIBrownoutInput, "last": 10 }

Response

{ "data": { "apiBrownouts": { "edgeCount": 83, "edges": [APIBrownoutEdge], "pageInfo": PageInfo, "totalCount": 49 } } }