package graphql_ppx
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
GraphQL PPX rewriter for Bucklescript/ReasonML
Install
dune-project
Dependency
Authors
Maintainers
Sources
v1.0.1.tar.gz
md5=bcf43590b569405282f698ad5bdb45f9
sha512=644479f8fc2760cf202c4bce04cb5cf6e1a8f38fcc9a68583c92b8c4fe614c58d4d28e29a21935ef01f3b049d3ebea14ae6eaebf01000ec2a69cf62105338d8a
doc/graphql_ppx.base/Graphql_ppx_base/Graphql_parser/index.html
Module Graphql_ppx_base.Graphql_parser
type parseError = | Unexpected_token of Graphql_lexer.token| Unexpected_end_of_file| Lexer_error of Graphql_lexer.lexerError
val make : Graphql_lexer.token Source_pos.spanning list -> parserval peek : parser -> Graphql_lexer.token Source_pos.spanningval next :
parser ->
(Graphql_lexer.token Source_pos.spanning, parseError Source_pos.spanning)
Result.resultval expect :
parser ->
Graphql_lexer.token ->
(Graphql_lexer.token Source_pos.spanning, parseError Source_pos.spanning)
Result.resultval expect_name :
parser ->
(string Source_pos.spanning, parseError Source_pos.spanning) Result.resultval expect_dotted_name :
parser ->
(string Source_pos.spanning, parseError Source_pos.spanning) Result.resultval skip :
parser ->
Graphql_lexer.token ->
(Graphql_lexer.token Source_pos.spanning option,
parseError Source_pos.spanning)
Result.resultval delimited_list :
parser ->
Graphql_lexer.token ->
(parser -> ('a, parseError Source_pos.spanning) Result.result) ->
Graphql_lexer.token ->
('a list Source_pos.spanning, parseError Source_pos.spanning) Result.resultval delimited_nonempty_list :
parser ->
Graphql_lexer.token ->
(parser -> ('a, parseError Source_pos.spanning) Result.result) ->
Graphql_lexer.token ->
('a list Source_pos.spanning, parseError Source_pos.spanning) Result.result sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>