We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
usage would be
@MutationField({ castTo: GroupModelAsAdmin }) async group( @Arg({ type: PositiveInt }) id: number, @Context ctx: UserSessionContext ) { return ctx.organisation .$relatedQuery<GroupModelAsAdmin>('groups') .findById(id) }