View Source argo_graphql_directive_const (argo v1.0.8)

Summary

Types

-type t() ::
    #argo_graphql_directive_const{name :: argo_types:name(),
                                  arguments :: argo_graphql_arguments_const:t()}.

Functions

Link to this function

add_argument_const(DirectivesConst, ArgumentConst)

View Source
-spec add_argument_const(DirectivesConst, ArgumentConst) -> DirectivesConst
                      when
                          DirectivesConst :: t(), ArgumentConst :: argo_graphql_argument_const:t().
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

from_language(LanguageDirectiveConst)

View Source
-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().