GraphQL reference

RenameDocumentNodeInput

Input

Autogenerated input type of RenameDocumentNode

mutation { organization(id: $organizationId) { project(id: $projectId) { renameDocumentNode } } }

Example

mutation RenameDocumentNode(
  $organizationId: ID!
  $projectId: ID!
  $input: RenameDocumentNodeInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      renameDocumentNode(input: $input) {
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
idID!
mutationMetadataJSON
newNameString!
nowISO8601DateTime