CreatioART - Core GrapQHL library package for GrapQHL framework that contains good practices and reusable base common components. This package can be applied to any web component such as:
- NodeJS Enviroments
- Serverless Engine
- Kubernate Engine
- Node Express Server
- Quickstart
- Artifact
- Requirements
- Project organization
- Building from Source
- Test the Artifact
- Documentation
- CreatioART libraries
- License
- Change Log
npm install @creatioart-js/graphql-core
A quick start guide is available.
Element | Description |
---|---|
Artifact id | @creatioart-js/graphql-core |
Artifact Name | graphql-core |
To build and run the application you need:
The code is organized as follows:
-
plugin
contains GrapQHL application plugins. -
security
contains the security initialization of the application. -
service
contains the interfaces and implementations that define the functionality provided by the service.
- Install Node.js 20 - Node.js 20 Download
- Install dependencies: npm install
- Run compile: npm run build
- Install Node.js 20 - Node.js 20 Download
- Install dependencies: npm install
- Run test: npm run test
Document Reference: Docs TypeDocs
Complementary libraries available from CreatioART:
Made with ❤️ by the CreatioART team.
If you are interested in fixing issues and contributing directly to the code, please contact to the project manager. Here is how you can contribute to CreatioART.graphql-core:
- Submit bugs and help us verify fixes
- Submit pull requests for bug fixes and features and discuss existing proposals