Violation
version : 0.0.0
stability : stable
Objects
Violation
Fields
| Name | Type | Description |
|---|---|---|
| id | ID! | The violation's identifier. |
| login | String! | The violation's login name. |
| name | String! | The violation's name. |
| status | ViolationStatus! | The violation's status. |
| stability | ViolationStability | The violation's stability. |
ViolationEdge
Fields
| Name | Type | Description |
|---|---|---|
| cursor | ID! | - |
| node | Violation | - |
PageInfo
Information about type pagination in a connection. Fields
| Name | Type | Description |
|---|---|---|
| startCursor | ID | When paginating backwards, the cursor to continue. |
| endCursor | ID | When paginating forwards, the cursor to continue. |
| hasNextPage | Boolean! | When paginating forwards, are there more items? |
| hasPreviousPage | Boolean! | When paginating backwards, are there more items? |
ViolationConnection
Fields
| Name | Type | Description |
|---|---|---|
| edges | [ViolationEdge]! | - |
| nodes | [Violation]! | - |
| pageInfo | PageInfo! | - |
Queries
violation
Returns: Violation
Arguments
| Name | Type | Description |
|---|---|---|
| login | String! | - |
violations
Returns: ViolationConnection
Arguments
| Name | Type | Description |
|---|---|---|
| first | Int! | Returns the first n elements from the list. |
| after | String | Returns the elements in the list that come after the specified global ID. |
| stability | ViolationStability | ViolationStability to filter violations by. |