toQueryInput abstract method

QueryInput toQueryInput({
  1. required GraphQLType type,
  2. required QueryInput staticValueToQueryInputFunc(
    1. T
    ),
})

Implementation

QueryInput toQueryInput({
  required GraphQLType type,
  required QueryInput Function(T) staticValueToQueryInputFunc,
});