View Source argo_graphql_directive_const (argo v1.0.2)
Summary
Types
-type t() :: #argo_graphql_directive_const{}.
Functions
-spec add_argument_const(DirectivesConst, ArgumentConst) -> DirectivesConst when DirectivesConst :: t(), ArgumentConst :: argo_graphql_argument_const:t().
-spec format(Formatter1, Type :: t()) -> Formatter2 when Formatter1 :: argo_graphql_formatter:t(), Formatter2 :: argo_graphql_formatter:t().
-spec from_language(LanguageDirectiveConst) -> DirectiveConst when LanguageDirectiveConst :: argo_graphql_language_directive_const:t(), DirectiveConst :: t().
-spec new(Name) -> DirectiveConst when Name :: argo_types:name(), DirectiveConst :: t().