UNPKG

canner

Version:

Build CMS in few lines of code for different data sources

13 lines (12 loc) 188 B
// @flow export type QueryObject = null | { fields?: { [string]: QueryObject }, args?: { [string]: any, }, isPlural?: boolean, connection?: boolean, alias?: string }