INPUT_OBJECT
Autogenerated input type of RemoveOutsideCollaborator
input RemoveOutsideCollaboratorInput {# A unique identifier for the client performing the mutation.clientMutationId: String# The ID of the outside collaborator to remove.userId: ID!# The ID of the organization to remove the outside collaborator from.organizationId: ID!}