graphQLInt top-level property

GraphQLNumType<int> graphQLInt
final

A signed 32‐bit integer.

Implementation

final graphQLInt = GraphQLNumType<int>('Int');