FormConnection
A connection to a list of items.
type FormConnection {
edges: [FormEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
FormConnection.edges ● [FormEdge] list object
A list of edges.
FormConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
FormConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
forms query