{"version":3,"file":"frontend.input.cjs","names":["ActionInput"],"sources":["../../../src/graphql/inputs/frontend.input.ts"],"sourcesContent":["import { Field, InputType } from \"type-graphql\";\nimport { ActionInput } from \"./action.input\";\n\n@InputType()\nexport class FrontendInput {\n  @Field(() => String, { nullable: true })\n  toDeprecate_fullContext?: string;\n\n  @Field(() => [ActionInput])\n  actions: ActionInput[];\n\n  @Field(() => String, { nullable: true })\n  url?: string;\n}\n"],"mappings":";;;;;;;;AAIO,0BAAM,cAAc;2DACZ,QAAQ,EAAE,UAAU,MAAM,CAAC;2DAG3B,CAACA,iCAAY,CAAC;2DAGd,QAAQ,EAAE,UAAU,MAAM,CAAC;0EAR9B"}