PSGraphQL

This PowerShell module contains functions that facilitate querying and create, update, and delete operations (mutations) for GraphQL, which is an an open-source data language for APIs. For more on GraphQL please see: https://graphql.org/.

MIT License

Stars
51
Committers
5

Bot releases are hidden (Show)

PSGraphQL - v1.2.1

Published by anthonyg-1 almost 3 years ago

11/14/2021 - v1.2.1

New Features

  • Added GraphQLResponseObject to OutputType when using the -Detailed parameter for Invoke-GraphQLQuery.
PSGraphQL - v1.2.0

Published by anthonyg-1 almost 3 years ago

11/12/2021 - v1.2.0

New Features

  • Added a parameter named Detailed that returns an object containing the parsed and raw responses from the GraphQL endpoint as well as HTTP status code, description, and response headers for Invoke-GraphQLQuery.
PSGraphQL - v1.1.10

Published by anthonyg-1 almost 3 years ago

11/5/2021 - v1.1.10

New Features

  • Increased JSON depth maximum limit for object serialization from 25 to 100 for Invoke-GraphQLQuery.
  • Removed JSON serialization warnings for ConvertTo-Json.
PSGraphQL - v1.1.8

Published by anthonyg-1 about 3 years ago

10/6/2021 - v1.1.8

New Features

  • Provided categories for thrown exceptions for Invoke-GraphQLQuery.
  • Increased JSON depth maximum limit for object serialization from 4 to 25 for Invoke-GraphQLQuery.
PSGraphQL - v1.1.7

Published by anthonyg-1 about 3 years ago

10/5/2021 - v1.1.7

New Features

  • Allowed Variables parameter to accept both a HashTable and JSON string for Invoke-GraphQLQuery.
PSGraphQL - v1.1.6

Published by anthonyg-1 over 3 years ago

7/5/2021 - v1.1.6

Bug Fixes / Maintenance

  • Allowed for a JSON serialization depth of 4 for incoming parameter values.
PSGraphQL - v1.1.5

Published by anthonyg-1 over 3 years ago

6/28/2021 - v1.1.5

Bug Fixes / Maintenance

  • Fixed "Unable to find type [Microsoft.PowerShell.Commands.WebRequestMethod" when running as a scheduled task
  • Fixed build issue for PowerShell Gallery where dependent modules could not be found
PSGraphQL - v1.1.3

Published by anthonyg-1 over 3 years ago

6/25/2021 - v1.1.3

New Features

  • Added -Variables parameter to Invoke-GraphQLQuery
  • Added -OperationName parameter to Invoke-GraphQLQuery
Related Projects