Mutation
Variables
Response
Mutations
archiveCommandRuns
Archives command runs and reports whether the operation succeeded.
MUTATION
archiveCommandRuns(ids: [ID!]!, archived: Boolean!): Boolean!Arguments
ids
[ID!]!
required
Identifiers of the resources to return or affect.
archived
Boolean!
required
Whether the affected resource should be archived.
Returns
Boolean!
Mutation
Variables
Response