query

package
v0.0.0-...-99ad327 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var QueryUsers = graphql.NewObject(graphql.ObjectConfig{
	Name: "Queryopolek",
	Fields: graphql.Fields{
		"Users": &graphql.Field{
			Type: graphql.NewList(types.UsersTypes),
			Args: graphql.FieldConfigArgument{
				"id": &graphql.ArgumentConfig{
					Type: graphql.NewNonNull(graphql.String),
				},
			},
			Resolve: UsersResolve,
		},
	},
})

Functions

func UsersResolve

func UsersResolve(params graphql.ResolveParams) (interface{}, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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