policies
Lists the policies held by the broker sent in the x-partner-id header, ordered by
policy number.
By default only that broker's own policies are returned. Set includeSubPartners to
true to also include the policies of every broker below them in the hierarchy;
that requires the POLICY_TREE_READ permission.
Requires the POLICY_READ permission.
policies(
includeSubPartners: Boolean = false
pagination: PoliciesPaginationInput
): PoliciesResult!
Arguments
policies.includeSubPartners ● Boolean scalar
Also return the policies of every broker below the requesting one in the hierarchy.
Defaults to false, which returns only the requesting broker's own policies.