Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppOptions ¶
type AppOptions struct {
Name string
}
type ChannelOptions ¶
type GraphQLClient ¶
Client communicates with the Replicated Vendor GraphQL API.
func NewGraphQLClient ¶
func NewGraphQLClient(origin string, apiKey string) *GraphQLClient
func (*GraphQLClient) ExecuteRequest ¶ added in v0.12.0
func (c *GraphQLClient) ExecuteRequest(requestObj graphql.Request, deserializeTarget interface{}) error
Click to show internal directories.
Click to hide internal directories.