Skip to main content

CreateMembershipContactStoreCourseCreditTypeInput

Defines the input for creating a course credit type in a membership contact store.

input CreateMembershipContactStoreCourseCreditTypeInput {
isDisabled: Boolean!
membershipContactStoreId: ID!
name: String!
uniqueCode: String
}

Fields

CreateMembershipContactStoreCourseCreditTypeInput.isDisabled ● Boolean! non-null scalar

A flag indicating whether the course credit type can be used when adding new course credits to a course.

CreateMembershipContactStoreCourseCreditTypeInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store the course credit type is associated with.

CreateMembershipContactStoreCourseCreditTypeInput.name ● String! non-null scalar

A UTF-8 string representing the name of the course credit type.

CreateMembershipContactStoreCourseCreditTypeInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the course credit type. Optional.

The value must be unique across all course credit types for a membership contact store.

Member Of

createMembershipContactStoreCourseCreditType mutation