ListParticipationChange
No description
type ListParticipationChange {
id: ID!
created_at: String!
type: ListParticipationChangeType!
contact: Contact
}
No description
type ListParticipationChange {
id: ID!
created_at: String!
type: ListParticipationChangeType!
contact: Contact
}
ListParticipationChange.id ● ID! non-null scalarListParticipationChange.created_at ● String! non-null scalarListParticipationChange.type ● ListParticipationChangeType! non-null enumListParticipationChange.contact ● Contact object