CredentialsConnection
CredentialsConnection
A connection to a list of Credential
values.
Field | Argument | Type | Description |
---|---|---|---|
nodes | [Credential!]! | A list of `Credential` objects. | |
edges | [CredentialsEdge!]! | A list of edges which contains the `Credential` and cursor to aid in pagination. | |
pageInfo | PageInfo! | Information to aid in pagination. | |
totalCount | Int! | The count of *all* `Credential` you could get from the connection. |