smavi-graphql-client
v1.0.4
Published
`smavi-graphql-client` is a lightweight library for fetching GraphQL servers using Axios. It provides simple tools to execute GraphQL queries and mutations in JavaScript/TypeScript applications.
Readme
smavi-graphql-client
smavi-graphql-client is a lightweight library for fetching GraphQL servers using Axios. It provides simple tools to execute GraphQL queries and mutations in JavaScript/TypeScript applications.
Features
- Built on Axios - a powerful and popular HTTP client.
- Simple and user-friendly interface.
- Supports common GraphQL functionalities like
query,mutation, andvariables. - Easily customizable with Axios configurations.
Installation
npm install smavi-graphql-client
# or
yarn add smavi-graphql-client