View Source argo_graphql_non_null_type (argo v1.0.3)

Summary

Types

-type t() :: #argo_graphql_non_null_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(LanguageNonNullType)

View Source
-spec from_language(LanguageNonNullType) -> NonNullType
                 when
                     LanguageNonNullType :: argo_graphql_language_non_null_type:t(),
                     NonNullType :: t().
Link to this function

get_type_name(NonNullType)

View Source
-spec get_type_name(NonNullType) -> NamedType when NonNullType :: t(), NamedType :: argo_types:name().
-spec new(Type) -> NonNullType
       when Type :: argo_types:name() | argo_graphql_list_type:t(), NonNullType :: t().