Skip to content

Commit

Permalink
fixed calloutSet type for graphql api interface
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinyanakiev committed Jan 27, 2025
1 parent 13f0c69 commit a8feed8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export abstract class ICalloutsSet extends IAuthorizable {
})
groups!: ICalloutGroup[];

@Field(() => [ICalloutGroup], {
@Field(() => CalloutsSetType, {
nullable: false,
description: 'The set of CalloutGroups in use in this CalloutsSet.',
})
Expand Down

0 comments on commit a8feed8

Please sign in to comment.