Skip to content

Variable: GraphQLString

ts
const GraphQLString: GraphQLScalarType<string, string>;

Defined in: node_modules/graphql/type/scalars.d.ts:19

The built-in String scalar type.

Released under the MIT License.