specifiedScalarNames top-level constant

List<String> const specifiedScalarNames

Names of all specified scalars

Implementation

const specifiedScalarNames = [
  'String',
  'Int',
  'Float',
  'Boolean',
  'ID',
];