graphql_query_builder 1.0.9 copy "graphql_query_builder: ^1.0.9" to clipboard
graphql_query_builder: ^1.0.9 copied to clipboard

outdated

Creates a graphql query string from maps to use with http. This will make it much easier to create a query sstring. Also, will work with unlimited levels of nested objects.

1.0.0 #

  • Initial version

1.0.1 #

  • fixed readme

1.0.2 #

  • fixed buildQuery to include parameters if they are not null.

1.0.3 #

  • README now includes that the query must be used with application/graphql content header.

1.0.4 #

  • Fixed mutation query to allow for null parameters when no parameters are required.

1.0.5 #

  • Updated example to be more clear in how to use the package.

1.0.6 #

  • Removed http dependency and updated example.

1.0.7 #

  • Fixed query and mutation strings

1.0.8 #

  • Fixed Null check used on null operator issue #23
2
likes
0
pub points
27%
popularity

Publisher

verified publishergodfrey-computing.com

Creates a graphql query string from maps to use with http. This will make it much easier to create a query sstring. Also, will work with unlimited levels of nested objects.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on graphql_query_builder