Releases: DeloitteOptimalReality/GraphQLClient.jl
Releases · DeloitteOptimalReality/GraphQLClient.jl
v0.7.6
GraphQLClient v0.7.6
Closed issues:
- Nested variables with same key name gives 'unused variable' error in GQL queries (#20)
Merged pull requests:
- Update HTTP.jl compat (#19) (@pankgeorg)
v0.7.5
GraphQLClient v0.7.5
Merged pull requests:
- Handle case where operationName is not provided (#15) (@pankgeorg)
v0.7.4
GraphQLClient v0.7.4
Closed issues:
- Reaching POST header limit in mutation causing 413 Request Entity Too Large (#11)
- Mutation input argument error: List of dictionaries (#12)
Merged pull requests:
- Fix enumeration of arguments (#13) (@mmiller-max)
v0.7.3
GraphQLClient v0.7.3
Closed issues:
Merged pull requests:
- Add simple gql_str macro (#9) (@mmiller-max)
- Add operation name to execute (#10) (@mmiller-max)
v0.7.2
GraphQLClient v0.7.2
Closed issues:
- Extarction of outfields into string with four levels is not working (#7)
Merged pull requests:
- Fix get_output_fields when Dict has more than one key (#8) (@mmiller-max)