Skip to main content

ContentFileConnection

A connection to a list of items.

type ContentFileConnection {
edges: [ContentFileEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ContentFileConnection.edges ● [ContentFileEdge] list object

A list of edges.

ContentFileConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ContentFileConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

listContentFiles query

Member Of

ContentFile object