@pleme-io/graphql-request-client
v1.0.1
Published
GraphQL client factory using graphql-request with BFF pattern and metrics
Downloads
212
Maintainers
Readme
pleme-graphql-request-client
GraphQL client factory using graphql-request with BFF pattern and metrics
Development
# Enter dev shell
nix develop
# Run all checks (lint + typecheck + test)
nix run .#check-all
# Individual commands
npm run build
npm run test
npm run check
npm run check:types