webql/compiler/resolver/resolve_parameter

Copy Markdown

Values

resolve

pub fn resolve(
  environment: environment.Environment,
  context: context.Context,
  field: ast.Parameter,
  reference: reference.Parameter,
) -> Result(hir.Parameter, diagnostic.Diagnostic)

Resolves an input field.