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
Click to show internal directories.
Click to hide internal directories.