Mutation
Variables
Response
Mutations
saveWorktreeTag
Saves a worktree tag and returns the updated worktree tag.
MUTATION
saveWorktreeTag(input: SaveWorktreeTagInput!): WorktreeTag!Arguments
input
required
Values for the requested operation.
Returns
id
ID!
Stable identifier for this worktree tag.
name
String!
Display name of this worktree tag.
color
String!
The color associated with this worktree tag.
createdAt
String!
ISO 8601 timestamp when this worktree tag was created.
updatedAt
String!
ISO 8601 timestamp when this worktree tag was last updated.
Mutation
Variables
Response