Skip to content

hasura.io

Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control, also trigger webhooks on database events.

Package Information

  • Domain: hasura.io
  • Name: hasura.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install hasura

Programs

This package provides the following executable programs:

  • hasura

Aliases

This package can also be accessed using these aliases:

  • hasura

Available Versions

Show all 51 versions
  • 2.48.1, 2.48.0, 2.47.0, 2.46.0, 2.45.2
  • 2.45.1, 2.45.0, 2.44.1, 2.44.0, 2.43.0
  • 2.42.0, 2.41.0, 2.40.3, 2.40.2, 2.40.1
  • 2.40.0, 2.39.2, 2.39.1, 2.39.0, 2.38.1
  • 2.38.0, 2.37.1, 2.37.0, 2.36.12, 2.36.10
  • 2.36.9, 2.36.8, 2.36.7, 2.36.6, 2.36.5
  • 2.36.4, 2.36.3, 2.36.2, 2.36.1, 2.36.0
  • 2.35.2, 2.35.1, 2.35.0, 2.34.0, 2.33.4
  • 2.33.3, 2.33.2, 2.33.1, 2.33.0, 2.32.1
  • 2.32.0, 2.31.0, 2.11.13, 2.11.12, 2.11.11
  • 2.11.10

Latest Version: 2.48.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +hasura.io@2.48.1 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.hasuraio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.