PushNewLibraryResourceVersionInput
No description
input PushNewLibraryResourceVersionInput {
libraryResourceVersionId: String!
accordIds: [String!]
stageIds: [String!]
stepIds: [String!]
}
Fields
PushNewLibraryResourceVersionInput.libraryResourceVersionId ● String! non-null scalar
The latest library resource version to push out; must be the latest version.
PushNewLibraryResourceVersionInput.accordIds ● [String!] list scalar
Accords to update to the new version.
PushNewLibraryResourceVersionInput.stageIds ● [String!] list scalar
Library playbook stages to update to the new version.
PushNewLibraryResourceVersionInput.stepIds ● [String!] list scalar
Library playbook steps to update to the new version.
Member Of
pushNewLibraryResourceVersion mutation