View Source argo_graphql_directive_const (argo v1.0.6)
Summary
Types
-type t() :: #argo_graphql_directive_const{name :: argo_types:name(), arguments :: argo_graphql_arguments_const:t()}.
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().