View Source argo_graphql_argument_const (argo v1.0.4)

Summary

Types

-type t() ::
    #argo_graphql_argument_const{name :: argo_types:name(), value :: argo_graphql_value_const:t()}.

Functions

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(LanguageArgumentConst)

View Source
-spec from_language(LanguageArgumentConst) -> ArgumentConst
                 when
                     LanguageArgumentConst :: argo_graphql_language_argument_const:t(),
                     ArgumentConst :: t().
-spec new(Name, ValueConst) -> ArgumentConst
       when
           Name :: argo_types:name(),
           ValueConst :: argo_graphql_value_const:t(),
           ArgumentConst :: t().