To help you get familiar with Skylight's GraphQL API, the following example will instruct you on building a query that returns Dark Rendezvous and Standard Rendezvous events between April 2May 1, 2023 and April May 2, 2023. To make things easier, the return is limited to only one page with five events.
...
Download and install Postman
Download and open the sample file
Running the Query
After opening Postman, click on Collections and import the *.postman_collection.json. You will see the GraphQL collection added to the list.
...