@blaze-cms/admin

0.145.0 • Public • Published

Blaze admin package

Contains the core functions for loading core admin app plugins.

Example implementation

import { getBlazeAdmin } from '@blaze-cms/admin';
import buildConfig from '../blaze.config';

const app = getBlazeAdmin({ buildConfig });
app.render();

Apollo settings

By default the admin sets addTypename=false so __typename is not added to all queries. Currently this is to facilitate using data returned from the api in forms and saving it back to the api without having to remove __typename from each nested item returned from the api.

Note: this may change in the future.

Readme

Keywords

none

Package Sidebar

Install

npm i @blaze-cms/admin

Weekly Downloads

172

Version

0.145.0

License

GPL-3.0

Unpacked Size

238 kB

Total Files

97

Last publish

Collaborators

  • daoyong
  • marekb9
  • mcabrerapf
  • jan_byte9
  • grzegorzi
  • andypail
  • ishrat
  • adrdilauro
  • tanane
  • ismael_haytam
  • emcleandev