View Source AshGraphql.Resource.Helpers (ash_graphql v1.5.0)

Imported helpers for the graphql DSL section

Summary

Functions

A list of a given type, idiomatic for those used to absinthe notation.

A non nullable type, idiomatic for those used to absinthe notation.

Functions

list_of(value)

@spec list_of(v) :: {:array, v} when v: term()

A list of a given type, idiomatic for those used to absinthe notation.

non_null(value)

@spec non_null(v) :: {:non_null, v} when v: term()

A non nullable type, idiomatic for those used to absinthe notation.