View Source argo_graphql_language_executable_definition (argo v1.0.4)
Summary
Types
-type inner() :: argo_graphql_language_operation_definition:t() | argo_graphql_language_fragment_definition:t().
-type t() :: #argo_graphql_language_executable_definition{location :: erl_anno:location(), inner :: argo_graphql_language_executable_definition:inner()}.
Functions
-spec format(Formatter1, Type :: t()) -> Formatter2 when Formatter1 :: argo_graphql_formatter:t(), Formatter2 :: argo_graphql_formatter:t().
-spec fragment_definition(FragmentDefinition, Location) -> Type when FragmentDefinition :: argo_graphql_language_fragment_definition:t(), Location :: erl_anno:location(), Type :: t().
-spec operation_definition(OperationDefinition, Location) -> Type when OperationDefinition :: argo_graphql_language_operation_definition:t(), Location :: erl_anno:location(), Type :: t().