Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 819 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 819 Bytes

azion-queries

Sample queries to be used on Azion GraphQL API. You can test these queries on:

Azion Playground

GraphQL API

Adding timestamp

To correctly execute a query, you must add a timestamp. On the example queries, you'll find a placeholder for the tsRange field with tsRange: {begin:"yyyy-mm-ddThh:mm:ss", end:"yyyy-mm-ddThh:mm:ss"}, representing the date and time format. Replace all placeholders with proper dates and time you want to query. For example:

tsRange: {begin:"2023-03-22T17:03:00", end:"2023-03-22T18:05:00"}