Skip to content

Conversation

Abbasmoe
Copy link

@Abbasmoe Abbasmoe commented Oct 1, 2025

πŸ”— Linked issue

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

This PR adds the nuxt-gql-pulse module to the Nuxt Modules Directory.

πŸ”— GitHub: Abbasmoe/nuxt-gql-pulse
πŸ“¦ npm: nuxt-gql-pulse

About Nuxt GQL Pulse

Nuxt GQL Pulse is a Nuxt 3 & 4 module for making GraphQL requests with ease. It leverages Nuxt composables to provide multiple client support, caching options, and SSR/SPA-friendly async utilities.

Features

  • Multiple GraphQL clients
  • Composables built on useAsyncData
  • SessionStorage cache for SPA, Nuxt payload cache for SSR
  • Integrates with graphql-request (graffle-compatible)
  • Works on Nuxt 3 and Nuxt 4
  • Composables include:
    • useGqlPulseClient(clientName) β€” raw client
    • useGqlPulseRequest(...) β€” simple request
    • useGqlPulseRawRequest(...) β€” raw response
    • useGqlPulseRequestWithCache(...) β€” sessionStorage cache
    • useAsyncGqlPulse(...) β€” SSR async data
    • useAsyncGqlPulseWithCache(...) β€” SPA async with cache
    • useGqlPulseBatchRequests(...) β€” batch queries
    • useAsyncGqlPulseBatch(...) β€” batch with optional payload cache

Links

@Abbasmoe
Copy link
Author

Abbasmoe commented Oct 1, 2025

This PR adds the nuxt-gql-pulse module to the Nuxt Modules Directory.

πŸ”— GitHub: Abbasmoe/nuxt-gql-pulse
πŸ“¦ npm: nuxt-gql-pulse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant