An example of a simple GraphQL query to see all data within a particular WebApp in your site:
query { records( per_page: 20 page: 1 filter: { table: { value: "webapp_1" } } ){ total_entries results { id properties }... (More)
All things GraphQL! GraphQL is an extremely powerful tool within Siteglide to access and work with data. Please share any clever examples or ask questions if you're wanting to learn more!
Log in to ask questions about GraphQL publicly or anonymously.
An example of a simple GraphQL query to see all data within a particular WebApp in your site:
query { records( per_page: 20 page: 1 filter: { table: { value: "webapp_1" } } ){ total_entries results { id properties }... (More)