INPUT_OBJECT
Input for the professionalSetExternalId mutation.
professionalSetExternalId
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!}