graphQLPositiveInt top-level property
Implementation
final graphQLPositiveInt = GraphQLNumMinType<int>(
'Int',
1,
description: 'Positive integer (>= 1)',
);
final graphQLPositiveInt = GraphQLNumMinType<int>(
'Int',
1,
description: 'Positive integer (>= 1)',
);