addListParticipants
No description
addListParticipants(
listID: UUID!
participants: [AddListParticipantInput!]!
): [ListParticipant!]!
No description
addListParticipants(
listID: UUID!
participants: [AddListParticipantInput!]!
): [ListParticipant!]!
addListParticipants.listID
● UUID!
non-null scalaraddListParticipants.participants
● [AddListParticipantInput!]!
non-null inputListParticipant
object