How to use the cruddl.Project function in cruddl

To help you get started, we’ve selected a few cruddl examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github AEB-labs / cruddl / examples / playground / src / index.js View on Github external
getProject() {
    return new Project([
      {
        name: 'schema.graphqls',
        body: this.state.schemaSource
      }, {
        name: 'permission-profiles.json',
        body: permissionProfilesSource
      }
    ]);
  }

cruddl

[![npm version](https://badge.fury.io/js/cruddl.svg)](https://npmjs.org/cruddl) [![Build Status](https://github.com/AEB-labs/cruddl/workflows/CI/badge.svg)](https://github.com/AEB-labs/cruddl/actions?query=branch%3Amain) [![Package Quality](https://npm.pa

MIT
Latest version published 2 months ago

Package Health Score

81 / 100
Full package analysis

Similar packages