files
QueryRetrieves files data.
#
Arguments
- String
after Returns the elements in the list that come after the specified cursor.
- String
before Returns the elements in the list that come before the specified cursor.
- Int
first Returns the first n elements from the list.
- Int
last Returns the last n elements from the list.
- String
query - Thor query strings support free text, fielded terms, boolean operators, phrases, and range filters. See the query language guide.
- SortDirection
sortDirection - MediaSortKeys
sortKey
#
Payload
- [MediaEdge!]
edges A list of edges.
- [Media!]
nodes A flattened list of the nodes
- PageInfo!
pageInfo Information to aid in pagination.
- Int!
totalCount Identifies the total count of items in the connection.