View Source argo_graphql_language_parser (argo v1.0.10)
GraphQL Parser
See the spec reference https://spec.graphql.org/draft/#sec-Appendix-Grammar-SummarySummary
Types
-type yecc_ret() :: {error, _} | {ok, _}.
GraphQL Parser
See the spec reference https://spec.graphql.org/draft/#sec-Appendix-Grammar-Summary-type yecc_ret() :: {error, _} | {ok, _}.