CreateMembershipFeeTypeInput
Defines the input for creating a membership fee type.
input CreateMembershipFeeTypeInput {
membershipCategoryId: ID!
membershipContactStoreId: ID!
name: String!
uniqueCode: String
}
Fields
CreateMembershipFeeTypeInput.membershipCategoryId
● ID!
non-null scalar
The identifier of the membership category the membership fee type is associated with.
CreateMembershipFeeTypeInput.membershipContactStoreId
● ID!
non-null scalar
The identifier of the membership contact store the membership fee type is associated with.
CreateMembershipFeeTypeInput.name
● String!
non-null scalar
The name of the membership fee type to be created.
CreateMembershipFeeTypeInput.uniqueCode
● String
scalar
The unique code of the membership fee type to be created. Optional.
Member Of
createMembershipFeeType
mutation