View Source argo_graphql_directive (argo v1.0.3)
Summary
Types
-type t() :: #argo_graphql_directive{}.
Functions
-spec add_argument(Directives, Argument) -> Directives when Directives :: t(), Argument :: argo_graphql_argument:t().
-spec format(Formatter1, Type :: t()) -> Formatter2 when Formatter1 :: argo_graphql_formatter:t(), Formatter2 :: argo_graphql_formatter:t().
-spec from_language(LanguageDirective) -> Directive when LanguageDirective :: argo_graphql_language_directive:t(), Directive :: t().
-spec new(Name) -> Directive when Name :: argo_types:name(), Directive :: t().