OBJECT

RemoveOutsideCollaboratorPayload

Autogenerated return type of RemoveOutsideCollaborator

link GraphQL Schema definition

  • type RemoveOutsideCollaboratorPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The user that was removed as an outside collaborator.
  • removedUser: User!
  • }