Skip to main content

UpdateEntityUpdateInput

Autogenerated input type of UpdateEntityUpdate

input UpdateEntityUpdateInput {
clientMutationId: String
content: String!
entityId: ID!
id: ID!
}

Fields

UpdateEntityUpdateInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateEntityUpdateInput.content ● String! non-null scalar common

The updated Markdown content.

UpdateEntityUpdateInput.entityId ● ID! non-null scalar common

The unique identifier of the entity that owns the update.

UpdateEntityUpdateInput.id ● ID! non-null scalar common

The unique identifier of the entity update.

Member Of

updateEntityUpdate mutation