Types
CreateMemberInput
Autogenerated input type of CreateMember
input
CreateMemberInputFields
clientMutationId
String
A unique identifier for the client performing the mutation.
email
String!
required
Email address of the member. An existing account with this address is reused; otherwise a new account is created.
firstName
String!
required
First name of the member.
lastName
String!
required
Last name of the member.
role
default:CONTRIBUTOR
Role the new member holds on the Network. Default: CONTRIBUTOR.
sendWelcomeEmail
Boolean
default:true
Email the new member a welcome carrying a sign-in link. Default: true.