Steve Rice

Results 5 issues of Steve Rice

Currently, the validation rule [requires providing the `variables` object from the request](https://github.com/pa-bru/graphql-cost-analysis#costanalysis-configuration) because > This is needed because the variables are not available in the visitor of the graphql-js library....

In `graphql-core`, the `default_value` for a `GraphQLArgument` [is set to `Undefined` if it is not given](https://github.com/graphql-python/graphql-core/blob/eb2aeebedd7dc2dde0917c79e18fc91e17584b1e/src/graphql/type/definition.py#L615). This corresponds to the behavior in `value_from_ast`, in which an argument that has not...

🐛 bug

When calculating widths for columns with asterisks, the existing code checks to see if the column under consideration is the last column in the grid. If so and the vertical...

Samples were moved to `specs/` in 31fd5abf97f9c77919ed9fa10a147a8b6c2fed80

# Proposal: Expressing Model Property Error Handling This proposal introduces two decorators for the TypeSpec standard library: - [`@raises` decorator](#raises-decorator): Used to indicate that a model property may be associated...

triaged:core
design:proposed
compiler:core