Version: 1.0

GraphbackAPIConfig

Hierarchy#

  • GraphbackAPIConfig

Index#

Properties#

Properties#

Optional crud#

crud? : GraphbackCRUDGeneratorConfig

Defined in buildGraphbackAPI.ts:12

Global CRUD configuration


dataProviderCreator#

dataProviderCreator: DataProviderCreator

Defined in buildGraphbackAPI.ts:26

Function which creates a default data provicer for every data model


Optional plugins#

plugins? : GraphbackPlugin[]

Defined in buildGraphbackAPI.ts:16

Schema plugins to perform automatic changes to the schema


Optional serviceCreator#

serviceCreator? : ServiceCreator

Defined in buildGraphbackAPI.ts:21

Function which creates a default CRUD Service for every data model