1. Sitecore XM Cloud Documentation, createItem: This official document explicitly defines the createItem mutation. It states, "The createItem mutation creates a new item." It also details the required arguments (name, parentId, templateId) and the return type.
Reference: Sitecore XM Cloud Documentation > GraphQL API > Authoring and Management API > Mutations > createItem.
2. Sitecore XM Cloud Documentation, The Authoring and Management GraphQL API: This overview page lists the available mutations for the API. The list includes createItem, updateItem, and deleteItem, but does not include createOrUpdateItem or createTemplateItem, confirming they are not valid operations.
Reference: Sitecore XM Cloud Documentation > GraphQL API > Authoring and Management API. (Section on "Mutations").