Skip to content
Snippets Groups Projects
Verified Commit c5c00416 authored by Adrian Paschkowski's avatar Adrian Paschkowski :thinking:
Browse files

Use proper name for AgentInputModel

parent 49d4422b
No related branches found
No related tags found
No related merge requests found
import { Field, InputType } from '@nestjs/graphql';
import { GraphQLInt } from 'graphql/type';
@InputType()
@InputType('AgentInput')
export class AgentInputModel {
@Field()
name: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment