INPUT_OBJECT

RemoveOutsideCollaboratorInput

Autogenerated input type of RemoveOutsideCollaborator

link GraphQL Schema definition

  • 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!
  • }