Decidim 0.28.4

Plan Nacional de Desarrollo 2050 API documentation

Explore the API interactively with GraphiQL

Objects

Objects in GraphQL represent the resources that you can access. Objects can contain a list of fields, which are specifically typed. For example, the Repository object has a field called name, which is a String.

For more information, see the GraphQL spec.