Skip to main content

EnrollmentCreateInput

No description

input EnrollmentCreateInput {
companyName: String!
companyAddress: String!
companyPhone: String!
registrationNumber: String!
companyWebsite: String
companyLinkedIn: String
representativeName: String!
representativeJobTitle: String!
representativeEmail: String!
representativePhone: String!
}

Fields

EnrollmentCreateInput.companyName ● String! non-null scalar

EnrollmentCreateInput.companyAddress ● String! non-null scalar

EnrollmentCreateInput.companyPhone ● String! non-null scalar

EnrollmentCreateInput.registrationNumber ● String! non-null scalar

EnrollmentCreateInput.companyWebsite ● String scalar

EnrollmentCreateInput.companyLinkedIn ● String scalar

EnrollmentCreateInput.representativeName ● String! non-null scalar

EnrollmentCreateInput.representativeJobTitle ● String! non-null scalar

EnrollmentCreateInput.representativeEmail ● String! non-null scalar

EnrollmentCreateInput.representativePhone ● String! non-null scalar

Member Of

enrollmentCreate mutation