INPUT_OBJECT

ProfessionalSetExternalIdInput

Input for the professionalSetExternalId mutation.

link GraphQL Schema definition

  • input ProfessionalSetExternalIdInput {
  • # Id of the professional user to update.
  • userId: LegacyId!
  • # Set the user's external id to the given value.
  • # The external id is an identifier representing the user in another system.
  • externalId: String!
  • }

link Require by