Arguments
- appId: (Int!)
- id: (Int!)
- gathering: (GatheringParams)
GatheringParams
Attributes
- name: (String!)
- startsOn: (Date!)
- endsOn: (Date!)
- timeZone: (String!)
CURL Request
curl -X POST https://api.certaintouchpoint.com/graphql -H 'Content-Type: application/graphql' -H 'Authorization: Bearer 123abcveryLongAuthorizationToken456def' -d '{gatherings(appId: 232) {name startsOn}}'