keyword

package
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package keyword contains all possible GraphQL keywords

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Keyword

type Keyword int
const (
	UNDEFINED Keyword = iota
	IDENT
	COMMENT
	EOF

	COLON
	BANG
	LT
	TAB
	SPACE
	COMMA
	AT
	DOT
	SPREAD
	PIPE
	SLASH
	EQUALS
	SUB
	AND
	QUOTE

	DOLLAR
	STRING
	BLOCKSTRING
	INTEGER
	FLOAT

	LPAREN
	RPAREN
	LBRACK
	RBRACK
	LBRACE
	RBRACE
)

func (Keyword) String

func (i Keyword) String() string

Jump to

Keyboard shortcuts

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