gql

package
v2.9.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: MIT Imports: 0 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Categories

type Categories struct {
	TotalCount int `json:"totalCount"`
}

type DatasetRuleBase

type DatasetRuleBase struct {
	RuleBase RuleBase `json:"ruleBase"`
}

type DatasetVariables

type DatasetVariables struct {
	Variables Variables `json:"variables"`
}

type Edge

type Edge struct {
	Node Node `json:"node"`
}

type Error

type Error struct {
	Message   string     `json:"message"`
	Locations []Location `json:"locations"`
	Path      []string   `json:"path"`
}

type Location

type Location struct {
	Line   int `json:"line"`
	Column int `json:"column"`
}

type Node

type Node struct {
	Name       string      `json:"name"`
	Label      string      `json:"label"`
	Categories Categories  `json:"categories"`
	MapFrom    []Variables `json:"mapFrom"`
	FilterOnly string      `json:"filterOnly,omitempty"`
}

type RuleBase

type RuleBase struct {
	IsSourceOf Variables `json:"isSourceOf"`
	Name       string    `json:"name"`
}

type Variables

type Variables struct {
	Edges []Edge `json:"edges"`
}

Jump to

Keyboard shortcuts

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