PullRemoteChangesPayload
No description
type PullRemoteChangesPayload implements OperationResultContainer {
result: OperationResult!
details: PullRemoteChangesDetails
}
Fields
PullRemoteChangesPayload.result ● OperationResult! non-null object
PullRemoteChangesPayload.details ● PullRemoteChangesDetails object
Interfaces
OperationResultContainer interface
Returned By
pullRepositoryRemoteChanges mutation