graphql

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2018 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ListedStemcell = graphql.NewObject(
	graphql.ObjectConfig{
		Name:        "StemcellSummary",
		Description: "A specific version of a stemcell.",
		Fields: graphql.Fields{
			"os":         osField,
			"version":    versionField,
			"labels":     labelsField,
			"iaas":       iaasField,
			"hypervisor": hypervisorField,
			"diskFormat": diskFormatField,
			"flavor":     flavorField,
			"tarball":    tarballField,
		},
	},
)

Functions

func BuildListQueryArgs

func BuildListQueryArgs(f datastore.FilterParams) (string, string, map[string]interface{})

func NewFilterArgs

func NewFilterArgs() graphql.FieldConfigArgument

func NewListQuery

func NewListQuery(index datastore.Index) *graphql.Field

func NewQuery

func NewQuery(index datastore.Index, analysisGetter analysisdatastore.NamedGetter) *graphql.Field

Types

This section is empty.

Jump to

Keyboard shortcuts

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