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