modulepackage
0.0.0-20220915084144-ae50d6fe3b7a
Repository: https://github.com/bethan-collier/graphql.git
Documentation: pkg.go.dev
# README
graphql
Package graphql
provides a GraphQL client implementation.
For more information, see package github.com/shurcooL/githubv4
, which is a specialized version targeting GitHub GraphQL API v4. That package is driving the feature development.
# Packages
Package ident provides functions for parsing and converting identifier names between various naming convention.
# Functions
NewBoolean is a helper to make a new *Boolean.
NewClient creates a GraphQL client targeting the specified GraphQL server URL.
NewFloat is a helper to make a new *Float.
NewID is a helper to make a new *ID.
NewInt is a helper to make a new *Int.
NewString is a helper to make a new *String.
# Interfaces
No description provided by the author