ServiceAccountMemberPayload
No description
type ServiceAccountMemberPayload {
successful: Boolean!
messages: [ValidationMessage]
result: ServiceAccountMember
}
Fields
ServiceAccountMemberPayload.successful ● Boolean! non-null scalar
Indicates if the mutation completed successfully or not.
ServiceAccountMemberPayload.messages ● [ValidationMessage] list object
A list of failed validations. May be blank or null if mutation succeeded.
ServiceAccountMemberPayload.result ● ServiceAccountMember object
The object created/updated/deleted by the mutation. May be null if mutation failed.
Returned By
addServiceAccountToGroup mutation ● removeServiceAccountFromGroup mutation