Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vektah/gqlparser
/ parseName
Method
parseName
parser/query.go:368–372 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
366
}
367
368
func
(p *parser) parseName() string {
369
token, _ := p.expect(lexer.Name)
370
371
return
token.Value
372
}
Callers
15
parseVariable
Method · 0.95
parseField
Method · 0.95
parseArgument
Method · 0.95
parseFragment
Method · 0.95
parseFragmentDefinition
Method · 0.95
parseFragmentName
Method · 0.95
parseObjectField
Method · 0.95
parseDirective
Method · 0.95
parseTypeReference
Method · 0.95
parseOperationTypeDefinition
Method · 0.95
parseScalarTypeDefinition
Method · 0.95
parseObjectTypeDefinition
Method · 0.95
Calls
1
expect
Method · 0.95
Tested by
no test coverage detected