sync bruno test

This commit is contained in:
Clement 2024-04-21 15:17:17 +02:00
parent 36319ea002
commit be9e7e302b

View File

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