graphql-upload-ts
graphql-upload-ts copied to clipboard
type-graphql usage?
Hi, could you please provide an example to use your package with type-graphql?
When I try to use the GraphQLUpload
directly I get:
Cannot determine GraphQL input type for 'image' of 'ContentCreateInput' class. Is the value, that is used as its TS type or explicit type, decorated with a proper decorator or is it a proper input value?
Thanks!