checkAsserts top-level property

  1. @visibleForTesting
bool checkAsserts
getter/setter pair

Whether to check asserts in some GraphQL element constructors

For example output and input types in GraphQLObjectField and GraphQLFieldInput

Implementation

@visibleForTesting
bool checkAsserts = true;