webql/compiler/resolver/resolve_parameter
Copy MarkdownValues
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.