identkeyword

package
v2.0.0-...-f9fa4a1 Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package identkeyword contains all possible keywords for GraphQL identifiers

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IdentKeyword

type IdentKeyword int
const (
	UNDEFINED IdentKeyword = iota
	ON
	TRUE
	FALSE
	NULL
	QUERY
	MUTATION
	SUBSCRIPTION
	FRAGMENT
	IMPLEMENTS
	SCHEMA
	SCALAR
	TYPE
	INTERFACE
	UNION
	ENUM
	INPUT
	DIRECTIVE
	EXTEND
	REPEATABLE
)

func KeywordFromLiteral

func KeywordFromLiteral(literal []byte) IdentKeyword

func (IdentKeyword) String

func (i IdentKeyword) String() string

Jump to

Keyboard shortcuts

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