CreateMembershipContactStoreFunctionPayload
Payload returned when creating a membership contact store function.
type CreateMembershipContactStoreFunctionPayload {
function: Function!
}
Fields
CreateMembershipContactStoreFunctionPayload.function
● Function!
non-null object
Returned By
createMembershipContactStoreFunction
mutation