INPUT_OBJECT
signUpInput
Autogenerated input type of signUp
link GraphQL Schema definition
- input signUpInput {
- # A unique identifier for the client performing the mutation.
- String :
- String :
- String :
- String :
- String :
- String :
- String :
- String :
- # 'patient' to create a patient, 'dietitian' to create a staff member or provider
- String :
- # Required if signing up as a patient and dietitian_id is not present
- String :
- # The ID of the provider to create a patient for. Required if signing up as a
- # patient and invite_code is not present
- String :
- # timezone from TZ database names in IANA Timezone list
- String :
- String :
- String :
- String :
- }