policyUpdate
Updates an existing policy.
policyUpdate(
id: ID!
input: PolicyInput!
): PolicyUpdate
Arguments
policyUpdate.id ● ID! non-null scalar
ID of the policy to update.
policyUpdate.input ● PolicyInput! non-null input
Fields required to update a policy.
Type
PolicyUpdate object
Updates an existing policy.