Location
version : 0.0.0
stability : stable
Objects
Location
Fields
Name | Type | Description |
---|---|---|
country | ISOAlpha3Code! | The locations country according to the ISO 3166-1 alpha 3 code. |
id | ID! | The locations identifier. |
login | String | The locations login value. |
name | String! | The locations name. |
provider | String! | The locations provider. |
type | String! | The locations type. |
enabled | Boolean! | The location's status. |
LocationEdge
Fields
Name | Type | Description |
---|---|---|
cursor | ID! | - |
node | Location | - |
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? |
LocationConnection
Fields
Name | Type | Description |
---|---|---|
edges | [LocationEdge]! | - |
nodes | [Location]! | - |
pageInfo | PageInfo! | - |
Queries
location
Returns: Location
Arguments
Name | Type | Description |
---|---|---|
login | String | The location login name. |
country | ISOAlpha3Code | The locations country according to the ISO 3166-1 alpha 3 code. |
type | LocationType! | The location's type. |
provider | String | The location's provider. |
locations
Returns: LocationConnection
Arguments
Name | Type | Description |
---|---|---|
first | Int! | - |
after | String | - |