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 updateinput: See FlagUpdateInput for input fields.
Return Type
Returns the updated Flag resource.