GraphQLStringType constructor

GraphQLStringType({
  1. String name = 'String',
  2. String description = 'A character sequence.',
})

Implementation

GraphQLStringType(
    {this.name = 'String', this.description = 'A character sequence.'});