FileConnection
No description
type FileConnection {
totalCount: Int!
totalSize: String!
pageInfo: PageInfo!
edges: [FileEdge!]!
}
Fields
FileConnection.totalCount
● Int!
non-null scalar
The total number of records for that particular query, independent of the pagination.
FileConnection.totalSize
● String!
non-null scalar
The total file size in bytes for that particular query, independent of the pagination.
FileConnection.pageInfo
● PageInfo!
non-null object
The pagination information.
FileConnection.edges
● [FileEdge!]!
non-null object
The list of edges.
Returned by
archivedFiles
query ● files
query
Member of
Namespace
object ● Publication
object