Skip to content

fluree/fql-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
            }
        }
    }
`;

About

Conversion utility from graphql to FlureeQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published