-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I try
@Mutation({type: Number, description: ''})
public async addSkillsSwToProfile(skillsSwInputDto: [SkillsSwInputDto]): Promise<number> {
return 1;
}
and getting
Error: @type SavageWorlds.addSkillsSwToProfile(skillsSwInputDto <-------): Could not infer type of argument. Make sure to use native GraphQLInputType, native scalar like 'String' or class decorated with @InputObjectType
graphqlmastery.com writes use GraphQLList
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels