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

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

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

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

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

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