dagger/dsl/input_type_def
Values
pub fn fields(
parent: types.InputTypeDef,
select select: fn(types.FieldTypeDef) -> List(types.Field),
client client: types.Client,
then handler: fn(
Result(List(types.FieldTypeDef), types.QueryError),
) -> a,
) -> a
Static fields defined on this input object, if any.
pub fn id(parent: types.InputTypeDef) -> types.InputTypeDef
A unique identifier for this InputTypeDef.
pub fn input_type_def(
id id: types.InputTypeDef,
) -> types.InputTypeDef
pub fn name(
parent: types.InputTypeDef,
client client: types.Client,
then handler: fn(Result(String, types.QueryError)) -> a,
) -> a
The name of the input object.