policies
List of the shop's policies.
policies(
sortBy: PolicySortingInput
filter: PolicyFilterInput
before: String
after: String
first: Int
last: Int
): PolicyCountableConnection
Arguments
policies.sortBy ● PolicySortingInput input
Sort policies.
policies.filter ● PolicyFilterInput input
Filtering options for policies.
policies.before ● String scalar
Return the elements in the list that come before the specified cursor.
policies.after ● String scalar
Return the elements in the list that come after the specified cursor.
policies.first ● Int scalar
Return the first n elements from the list.
policies.last ● Int scalar
Return the last n elements from the list.