Skip to main content

PullRemoteChangesInput

No description

input PullRemoteChangesInput {
id: ID!
forcePull: Boolean
deleteObjects: Boolean
}

Fields

PullRemoteChangesInput.id ● ID! non-null scalar

Repository id

PullRemoteChangesInput.forcePull ● Boolean scalar

Overwrite all local changes with the remote repository version! A git hard reset is executed

PullRemoteChangesInput.deleteObjects ● Boolean scalar

Delete objects in Avantra which no longer exist in the repository! Use carefully!

Member Of

pullRepositoryRemoteChanges mutation