2.1.0 • Published 10 months ago

@item-enonic-types/lib-graphql v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Item Enonic Types – GraphQL Lib

npm version

Installation

Install @item-enonic-types/lib-graphql from npm by running:

npm i --save-dev @item-enonic-types/lib-graphql

Usage

To the types for the "/lib/graphql"-module, you need to include the following in your tsconfig.json :

{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "/lib/xp/*": ["./node_modules/@enonic-types/lib-*"],
      "/lib/*": ["./node_modules/@item-enonic-types/lib-*" ,"./src/main/resources/lib/*"]
    }
  }
}
2.1.0

10 months ago

2.0.3

2 years ago

2.0.2

3 years ago

2.0.1

3 years ago