0.0.5 • Published 1 year ago

@doseofted/strapi-graphql-flatten v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Strapi GraphQL Flatten

Turn a Strapi V4 GraphQL response into a simpler structure resembling Strapi V3.

See discussion

Usage Notes

const simplifiedResponse = strapiGraphqlFlatten(myStrapiV4Response, true)

Some issues that are not resolved:

  • Tests have not been written for this tool.
  • If given a type T for a response (i.e. strapiGraphqlFlatten<T>), transformations are not reflected in TypeScript.

Development

Develop the project like so:

  • corepack enable
  • pnpm install
  • pnpm dev

Test the project with pnpm test (or pnpm testing to watch/rerun tests).

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago