fql-graphql

2.0.0 • Public • Published

Fluree

Conversion utility for graphql to FlureeQL

Usage:

import gql from fql-graphql;
 
const userQuery = gql`
    query ($username: String!) {
        _user (ident: ["username", $username]) {
            username 
            person {
             nameGiven
             nameFamily
            }
        }
    }
`;

Readme

Keywords

Package Sidebar

Install

npm i fql-graphql

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

52.7 kB

Total Files

9

Last publish

Collaborators

  • bplatz