View Source argo_graphql_non_null_type (argo v1.0.2)
Summary
Types
-type t() :: #argo_graphql_non_null_type{}.
Functions
-spec format(Formatter1, Type :: t()) -> Formatter2 when Formatter1 :: argo_graphql_formatter:t(), Formatter2 :: argo_graphql_formatter:t().
-spec from_language(LanguageNonNullType) -> NonNullType when LanguageNonNullType :: argo_graphql_language_non_null_type:t(), NonNullType :: t().
-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().