graphQLNonNegativeInt top-level property

GraphQLNumMinType<int> graphQLNonNegativeInt
final

Implementation

final graphQLNonNegativeInt = GraphQLNumMinType<int>('Int', 0,
    description: 'Non negative integer (>= 0)');