Skip to main content

CustomViewsConnection

A connection to a list of CustomView values.

type CustomViewsConnection {
nodes: [CustomView!]!
edges: [CustomViewsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

CustomViewsConnection.nodes ● [CustomView!]! non-null object

A list of CustomView objects.

CustomViewsConnection.edges ● [CustomViewsEdge!]! non-null object

A list of edges which contains the CustomView and cursor to aid in pagination.

CustomViewsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

CustomViewsConnection.totalCount ● Int! non-null scalar

The count of *all* CustomView you could get from the connection.

Returned By

customViewsConnection query

Member Of

CustomView object ● Workspace object ● WorkspaceAccount object