23.10.1 • Published 7 months ago

fluent-dts v23.10.1

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

Fluent commerce type definitions

Ready to use typescript definitions for Fluent Commerce Graphql schema, generated using graphql-codegen.

Install

npm install --save-dev fluent-dts

Usage

The package simply contains type definitions for Fluent types. "Query" and "Mutation" are the root types that you can use for the result returned by a graphql call:

import fluent from 'fluent-dts';

// root types for queries or mutations
let queryresult: fluent.Query;
let mutationresult: fluent.Mutation;

Screenshot of vscode autocomplete:

autocomplete support

Screenshot of vscode documentation on hover:

documentation

License

Released under the MIT license.

23.10.1

7 months ago

23.3.1

11 months ago

23.3.0

1 year ago

23.2.0

1 year ago

4.66.0

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago