graphqlType

package
v0.0.0-...-aec44c9 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var VncNodeType = graphql.NewObject(
	graphql.ObjectConfig{
		Name: "Novnc",
		Fields: graphql.Fields{
			"server_uuid": &graphql.Field{
				Type: graphql.String,
			},
			"target_ip": &graphql.Field{
				Type: graphql.String,
			},
			"target_port": &graphql.Field{
				Type: graphql.String,
			},
			"target_pass": &graphql.Field{
				Type: graphql.String,
			},
			"websocket_port": &graphql.Field{
				Type: graphql.String,
			},
			"vnc_info": &graphql.Field{
				Type: graphql.String,
			},
			"action": &graphql.Field{
				Type: graphql.String,
			},
		},
	},
)

VncNodeType: Form

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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