Skip to content

Instantly share code, notes, and snippets.

@ferblape
Created November 26, 2020 05:44
Show Gist options
  • Save ferblape/f0e03d7b1e29c6d8e2d9835ac1b230e2 to your computer and use it in GitHub Desktop.
Save ferblape/f0e03d7b1e29c6d8e2d9835ac1b230e2 to your computer and use it in GitHub Desktop.
Decidim Barcelona sample GraphQL API requests

Proposals for process PAM

https://www.decidim.barcelona/api/graphiql?query=%7B%0A%20%20participatoryProcess(slug%3A%20%22pam%22)%20%7B%0A%20%20%20%20id%0A%20%20%20%20description%20%7B%0A%20%20%20%20%20%20translations(locales%3A%20%5B%22en%22%2C%20%22ca%22%2C%20%22es%22%5D)%20%7B%0A%20%20%20%20%20%20%20%20text%0A%20%20%20%20%20%20%20%20locale%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20components(filter%3A%20%7Btype%3A%20%22Proposals%22%7D)%20%7B%0A%20%20%20%20%20%20...%20on%20Proposals%20%7B%0A%20%20%20%20%20%20%20%20proposals(order%3A%20%7BpublishedAt%3A%20%22asc%22%7D)%20%7B%0A%20%20%20%20%20%20%20%20%20%20edges%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20node%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20title%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20author%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20nickname%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20badge%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20organizationName%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20profilePath%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20endorsements%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20nickname%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20badge%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20organizationName%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20profilePath%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20comments%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20author%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20nickname%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20badge%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20organizationName%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20profilePath%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A

Surveys for Via Laietana process

https://www.decidim.barcelona/api/graphiql?query=%7B%0A%20%20participatoryProcess(slug%3A%22vialaietana%22)%20%7B%0A%09%09id%0A%20%20%20%20description%20%7B%0A%20%20%20%20%20%20translations(locales%3A%5B%22en%22%2C%22ca%22%2C%22es%22%5D)%20%7B%0A%20%20%20%20%20%20%20%20text%0A%20%20%20%20%20%20%20%20locale%0A%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%7D%0A%20%20%20%20components(filter%3A%7Btype%3A%20%22Surveys%22%7D)%7B%0A%20%20%20%20%09...%20on%20Surveys%20%7B%0A%09%09%09%09surveys%20%7B%0A%20%20%20%20%20%20%20%20%09edges%20%7B%0A%20%20%20%20%20%20%20%20%20%20%09node%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%09id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20questionnaire%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20translations(locales%3A%5B%22en%22%2C%22ca%22%2C%22es%22%5D)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20locale%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20description%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20translations(locales%3A%5B%22en%22%2C%22ca%22%2C%22es%22%5D)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20locale%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20questions%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20position%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20mandatory%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20body%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20translations(locales%3A%5B%22en%22%2C%22ca%22%2C%22es%22%5D)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20locale%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20answerOptions%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20freeText%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20body%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20translations(locales%3A%5B%22en%22%2C%22ca%22%2C%22es%22%5D)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20locale%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D&variables=null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment