Skip to main content

policies

List all policies with optional filtering and sorting

policies(
filter: PolicyFilterInput
sortBy: PolicySortingInput
before: String
after: String
first: Int
last: Int
): PolicyCountableConnection!

Arguments

policies.filter ● PolicyFilterInput input

policies.sortBy ● PolicySortingInput input

policies.before ● String scalar

Returns the items in the list that come before the specified cursor.

policies.after ● String scalar

Returns the items in the list that come after the specified cursor.

policies.first ● Int scalar

Returns the first n items from the list.

policies.last ● Int scalar

Returns the items in the list that come after the specified cursor.

Type

PolicyCountableConnection object

A connection to a list of items.

Was this page helpful?