Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ianfabs/jraph

Open more actions menu

Repository files navigation

jraph

A simple fetch-wrapper for making GraphQL API calls in a jiff!

Designed to feel similar to using apollo's graphql-tag function.

version bundlephobia total downloads

Build Status last commit license

graphql

NPM

Options

Jraph takes two parameters

  • URL

    • a URL string, this should be the URL to your graph-ql endpoint
  • Options

    • Basically just fetch params
    • Only works with post-requests right now please bear with me.

Basic Example

    import {jraph} from 'jraph';
    const gql = jraph("https://csb-xpwq1o2824-xravvsjkul.now.sh/");

    async function getItems(){
        return gql`{
           items{
              title
              info
           }
        }
        `
    }

About

A simple fetch-wrapper for making GraphQL API calls in a jiff!

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.