distributeaid / toolbox

DistributeAid Toolbox
http://distributeaid.org
GNU Affero General Public License v3.0
3 stars 1 forks source link

List Entry Mod Value GraphQL API #62

Closed pedro-gutierrez closed 3 years ago

pedro-gutierrez commented 3 years ago

Is your feature request related to a problem? Please describe.

At the moment, we have GraphQL apis that manage both Needs and Available lists and entries.

We need to be able to attach existing mod values to those entries

Describe the solution you'd like

New GraphQL types and mutations that allow us to:

The GraphQL API must verify the following constraints:

We will need an extra aid__list_entries__mod_values table that links existing mod_values to existing entries.