Igqloo 0.1 | GitLocker.com Product

igqloo 0.1

Last updated:

0 purchases

igqloo 0.1 Image
igqloo 0.1 Images

Free

Languages

Categories

Add to Cart

Description:

igqloo 0.1

igqloo
A small tool for interacting with GQL APIs
Arguments, mutations, aliases are all supported. Other features, such as
fragments, are left unsupported with the opinion that, when a query becomes
large enough to warrant them, you might be best feeding in a file containing
your query.
igqloo <graphql_uri> customer(name:"[email protected]").id,firstName,lastName

Under the surface, generates a GraphQL query that looks like:
query {
customer(name:"[email protected]") {
id, firstName, lastName
}
}

Queries are made simple using three key concepts:

Dot-notation, with . indicating the beginning of a nested query level
A comma , indicates a field on the same level as the prior field
Parenthesis () for filters and "quoting" aliases

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.