Skip to content

SyncPermissionTargetConnection

The connection type for SyncPermissionTarget.

graphql
type SyncPermissionTargetConnection {
  edges: [SyncPermissionTargetEdge!]!
  nodes: [SyncPermissionTarget!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

SyncPermissionTargetConnection.edges ● [SyncPermissionTargetEdge!]! non-null object

A list of all edges of the current page.

SyncPermissionTargetConnection.nodes ● [SyncPermissionTarget!]! non-null interface

A list of all nodes of the current page.

SyncPermissionTargetConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

SyncPermissionTargetConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

GropiusUser object

Released under the MIT License.