iteria-app / lowcode

React Lowcode - prototype, develop and maintain internal apps easier

Home Page:https://iteria.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate graphql mutation, list where/order_by/limit/offset, query by pk

jozef-slezak opened this issue · comments

This continues #124

  • querying list will have optional query arguments: iterate all of them in the interospection: where, order_by, limit, offset (will be used here iteria-app/material-ui-starter#41)
  • Query by pk (not list) will have mandatory argument (it will be used for querying data in detail page)
  • Generate graphql mutation (it will be used for mutating data in detail page)