View Source argo_graphql_language_executable_definition (argo v1.0.1)

Summary

Types

Functions

Link to this function

format(Formatter1, Type)

View Source
-spec format(Formatter1, Type :: t()) -> Formatter2
          when Formatter1 :: argo_graphql_formatter:t(), Formatter2 :: argo_graphql_formatter:t().
Link to this function

fragment_definition(FragmentDefinition, Location)

View Source
-spec fragment_definition(FragmentDefinition, Location) -> Type
                       when
                           FragmentDefinition :: argo_graphql_language_fragment_definition:t(),
                           Location :: erl_anno:location(),
                           Type :: t().
Link to this function

is_shorthand(Definition)

View Source
-spec is_shorthand(Definition) -> boolean() when Definition :: t().
Link to this function

operation_definition(OperationDefinition, Location)

View Source
-spec operation_definition(OperationDefinition, Location) -> Type
                        when
                            OperationDefinition :: argo_graphql_language_operation_definition:t(),
                            Location :: erl_anno:location(),
                            Type :: t().