A GardenConnector instance.
The garden address.
Fetch the configuration of the garden.
A promise that resolves to the configuratio of the garden.
Close the connection.
Subscribe to updates in the configuration of the garden.
A function callback to postprocess the result.
A GraphQL subsription to the configuratio of the garden.
Subscribe to updates in a proposal of the garden.
The address of the Aragon application that have created the proposals.
The proposal identification number.
A function callback to postprocess the result.
A GraphQL subsription to a proposal of the garden.
Subscribe to updates of a list of proposals of the garden.
A GraphQL subsription to a list of proposals of the garden.
Subscribe to updates in a supporter of the garden.
The identifier of the supporter to fetch.
A function callback to postprocess the result.
A GraphQL subsription to a supporter of the garden.
Fetch a proposal of the garden.
The address of the Aragon application that have created the proposals.
The proposal identification number.
A promise that resolves to a proposal of the garden.
Fetch a list of proposals of the garden.
A filters object.
Number of entities to return.
Filter by proposal name.
Filter to order the results.
Direction to order the results.
Number of entities to skip.
Filter by proposal status.
Filter by proposal type.
A promise that resolves to a list of proposals of the garden.
Fetch a supporter of the garden.
The identifier of the supporter to fetch.
A promise that resolves to a supporter of the garden.
Generated using TypeDoc
Create a new Garden instance.