MembershipContactStoreFunctionSponsorAssignment
Defines the sponsor assigned within a given function.
type MembershipContactStoreFunctionSponsorAssignment {
contact: MembershipContactStoreContact!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
}
Fields
MembershipContactStoreFunctionSponsorAssignment.contact ● MembershipContactStoreContact! non-null object
The contact who will undertake the sponsor within the function.
MembershipContactStoreFunctionSponsorAssignment.createdAt ● DateTime! non-null scalar
The date and time the record was created.
MembershipContactStoreFunctionSponsorAssignment.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
MembershipContactStoreFunctionSponsorAssignment.id ● ID! non-null scalar
The unique identifier for a function sponsor.
MembershipContactStoreFunctionSponsorAssignment.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
MembershipContactStoreFunctionSponsorAssignment.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
MembershipContactStoreFunctionSponsorAssignment.notes ● String scalar
A UTF-8 string containing any notes to capture for the function sponsor. Optional.
Member Of
MembershipContactStoreFunction object ● UpdateMembershipContactStoreFunctionSponsorAssignmentPayload object