# DraftOrderTag - admin-graphql - OBJECT Version: 2024-10 ## Description Represents a draft order tag. ### Access Scopes `read_draft_orders` access scope. ## Fields * [handle](/docs/api/admin-graphql/2024-10/scalars/String): String! - Handle of draft order tag. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - ID of draft order tag. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - Title of draft order tag. ## Connections ## Related queries * [draftOrderTag](/docs/api/admin-graphql/2024-10/queries/draftOrderTag) Returns a DraftOrderTag resource by ID. ## Related mutations ## Related Unions ## Examples