WIP: feat: add datatourism for prod #5

Draft
Clement wants to merge 3 commits from feat--run-open-data-in-prod into master
Showing only changes of commit be9e7e302b - Show all commits

View File

@ -5,11 +5,11 @@ meta {
}
post {
url: http://localhost:8080
url: {{URL}}
body: graphql
auth: none
}
body:graphql {
{poi() {results{dc_identifier rdfs_label}}}
{poi() {results{dc_identifier, lastUpdate}}}
}