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