Skip to main content

FlagUpdate

Update an existing Flag resource.

Mutation

mutation FlagUpdate($id: ID!, $input: FlagUpdateInput!) {
FlagUpdate(id: $id, input: $input) {
id
}
}

Input

  • id: ID of the resource to update
  • input: See FlagUpdateInput for input fields.

Return Type

Returns the updated Flag resource.