Arguments
gatheringId: (Int!)
id: (Int!)
exhibitor: (ExhibitorParams)
CURL Request
curl -X POST https://api.certaintouchpoint.com/graphql -H 'Content-Type: application/graphql' -H 'Authorization: Bearer 123abcveryLongAuthorizationToken456def' -d '{exhibitors(gatheringId: 232) {name}}'
Query Example
{
exhibitors(gatheringId: 232) {
name
email
id
website
description
location
}
}
CURL Request
curl -X POST https://api.certaintouchpoint.com/graphql -H 'Content-Type: application/graphql' -H 'Authorization: Bearer 123abcveryLongAuthorizationToken456def' -d '{ exhibitors(gatheringId: 232) { name email id website descrtipion }}'
ExhibitorParams
Attributes
name
(String!) Display name of exhibitor.email
(String) Contact email for exhibitor.description
(String) Description for exhibitor. HTML supported.website
(String) Website URL for exhibitor.location
(LocationParams) Location name. Note that Location params are structured { name: "Booth 42" }
Comments
0 comments
Please sign in to leave a comment.