View Source argo_graphql_language_parser (argo v1.0.6)

GraphQL Parser

See the spec reference https://spec.graphql.org/draft/#sec-Appendix-Grammar-Summary

Summary

Types

-type yecc_ret() :: {error, _} | {ok, _}.

Functions

-spec format_error(any()) -> [char() | list()].
-spec parse(Tokens :: list()) -> yecc_ret().
-spec parse_and_scan({function() | {atom(), atom()}, [_]} | {atom(), atom(), [_]}) -> yecc_ret().