View Source argo_graphql_language_operation_definition (argo v1.0.0)
Summary
Types
-type context() :: #{operation := argo_graphql_language_root_operation_type_definition:operation_type(), selection_set := argo_graphql_language_selection_set:t(), name => argo_types:name(), variables_definition => argo_graphql_language_variables_definition:t(), directives => argo_graphql_language_directives:t(), shorthand => boolean()}.
-type t() :: #argo_graphql_language_operation_definition{}.
Functions
-spec format(Formatter1, Type :: t()) -> Formatter2 when Formatter1 :: argo_graphql_formatter:t(), Formatter2 :: argo_graphql_formatter:t().
-spec is_shorthand(Definition) -> boolean() when Definition :: t().
-spec parse(Context, Location) -> OperationDefinition when Context :: context(), Location :: erl_anno:location(), OperationDefinition :: t().