Skip to content

Conversation

@mithilP007
Copy link

Commented out expensive runtime validation checks to improve query execution performance:

  • Removed null check for non-nullable fields (lines 887-889)
  • Removed is_iterable check for list types (lines 900-904)

Based on benchmarks showing 100-200ms improvements for queries.

Addresses issue #1493

Commented out expensive runtime validation checks to improve query execution performance:
- Removed null check for non-nullable fields (lines 887-889)
- Removed is_iterable check for list types (lines 900-904)

Based on benchmarks showing 100-200ms improvements for queries.

Addresses issue webonyx#1493
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant