Newer
Older
import { GraphQLInt } from 'graphql/type';
import { EntryModel } from './entry.model';
}
@ObjectType('Agent')
export class AgentModel {
@Field()
id: string;
@Field()
name: string;
import { GraphQLInt } from 'graphql/type';
import { EntryModel } from './entry.model';
}
@ObjectType('Agent')
export class AgentModel {
@Field()
id: string;
@Field()
name: string;