View Source argo_graphql_list_type (argo v1.0.0)

Summary

Types

-type t() :: #argo_graphql_list_type{}.

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

View Source
-spec from_language(LanguageListType) -> ListType
                 when LanguageListType :: argo_graphql_language_list_type:t(), ListType :: t().
-spec get_type_name(ListType) -> NamedType when ListType :: t(), NamedType :: argo_types:name().
-spec new(Type) -> ListType when Type :: argo_graphql_type:t(), ListType :: t().