graphql

package
v0.0.0-...-a52e8f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Graphqlizer

type Graphqlizer struct{}

Graphqlizer is responsible for converting Go objects to input arguments in graphql format

func (*Graphqlizer) APIDefinitionInputToGQL

func (g *Graphqlizer) APIDefinitionInputToGQL(in graphql.APIDefinitionInput) (string, error)

func (*Graphqlizer) ApiSpecInputToGQL

func (g *Graphqlizer) ApiSpecInputToGQL(in graphql.APISpecInput) (string, error)

func (*Graphqlizer) ApplicationCreateInputToGQL

func (g *Graphqlizer) ApplicationCreateInputToGQL(in graphql.ApplicationRegisterInput) (string, error)

func (*Graphqlizer) ApplicationUpdateInputToGQL

func (g *Graphqlizer) ApplicationUpdateInputToGQL(in graphql.ApplicationUpdateInput) (string, error)

func (*Graphqlizer) AuthInputToGQL

func (g *Graphqlizer) AuthInputToGQL(in *graphql.AuthInput) (string, error)

func (*Graphqlizer) CSRFTokenCredentialRequestAuthInputToGQL

func (g *Graphqlizer) CSRFTokenCredentialRequestAuthInputToGQL(in *graphql.CSRFTokenCredentialRequestAuthInput) (string, error)

func (*Graphqlizer) CredentialDataInputToGQL

func (g *Graphqlizer) CredentialDataInputToGQL(in *graphql.CredentialDataInput) (string, error)

func (*Graphqlizer) CredentialRequestAuthInputToGQL

func (g *Graphqlizer) CredentialRequestAuthInputToGQL(in *graphql.CredentialRequestAuthInput) (string, error)

func (*Graphqlizer) DocumentInputToGQL

func (g *Graphqlizer) DocumentInputToGQL(in *graphql.DocumentInput) (string, error)

func (*Graphqlizer) EventAPISpecInputToGQL

func (g *Graphqlizer) EventAPISpecInputToGQL(in graphql.EventSpecInput) (string, error)

func (*Graphqlizer) EventDefinitionInputToGQL

func (g *Graphqlizer) EventDefinitionInputToGQL(in graphql.EventDefinitionInput) (string, error)

func (*Graphqlizer) FetchRequestInputToGQL

func (g *Graphqlizer) FetchRequestInputToGQL(in *graphql.FetchRequestInput) (string, error)

func (*Graphqlizer) HTTPHeadersToGQL

func (g *Graphqlizer) HTTPHeadersToGQL(in graphql.HttpHeaders) (string, error)

func (*Graphqlizer) LabelDefinitionInputToGQL

func (g *Graphqlizer) LabelDefinitionInputToGQL(in graphql.LabelDefinitionInput) (string, error)

func (*Graphqlizer) LabelFilterToGQL

func (g *Graphqlizer) LabelFilterToGQL(in graphql.LabelFilter) (string, error)

func (*Graphqlizer) LabelsToGQL

func (g *Graphqlizer) LabelsToGQL(in graphql.Labels) (string, error)

func (*Graphqlizer) QueryParamsToGQL

func (g *Graphqlizer) QueryParamsToGQL(in graphql.QueryParams) (string, error)

func (*Graphqlizer) RuntimeInputToGQL

func (g *Graphqlizer) RuntimeInputToGQL(in graphql.RuntimeInput) (string, error)

func (*Graphqlizer) SchemaToGQL

func (g *Graphqlizer) SchemaToGQL(in *graphql.JSONSchema) (string, error)

func (*Graphqlizer) VersionInputToGQL

func (g *Graphqlizer) VersionInputToGQL(in graphql.VersionInput) (string, error)

func (*Graphqlizer) WebhookInputToGQL

func (g *Graphqlizer) WebhookInputToGQL(in *graphql.WebhookInput) (string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL