Skip to main content

ExternalServiceRulesConnection

A connection to a list of ExternalServiceRule values.

type ExternalServiceRulesConnection {
nodes: [ExternalServiceRule!]!
edges: [ExternalServiceRulesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ExternalServiceRulesConnection.nodes ● [ExternalServiceRule!]! non-null object

A list of ExternalServiceRule objects.

ExternalServiceRulesConnection.edges ● [ExternalServiceRulesEdge!]! non-null object

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

ExternalServiceRulesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ExternalServiceRulesConnection.totalCount ● Int! non-null scalar

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

Returned By

externalServiceRulesConnection query

Member Of

ExternalService object ● Rule object ● Workspace object ● WorkspaceAccount object