Skip to content

Abstract Class: Int

Defined in: packages/apollo/src/decorators/type.decorator.ts:399

Marker class for GraphQL Int scalar. Use with @Field(() => Int).

Constructors

Constructor

ts
new Int(): Int;

Returns

Int

Released under the MIT License.