graphQLPositiveInt top-level property

GraphQLNumMinType<int> graphQLPositiveInt
final

Implementation

final graphQLPositiveInt = GraphQLNumMinType<int>(
  'Int',
  1,
  description: 'Positive integer (>= 1)',
);