PushNewLibraryResourceVersionPayload
Outcome of pushing a new version: success is false and error
is set on failure.
type PushNewLibraryResourceVersionPayload {
success: Boolean!
error: String
}
Fields
PushNewLibraryResourceVersionPayload.success ● Boolean! non-null scalar
True when the new version was pushed to every target.
PushNewLibraryResourceVersionPayload.error ● String scalar
Failure message when the push rolled back, otherwise null.
Returned By
pushNewLibraryResourceVersion mutation