OBJECT

CommunityPointsImageUploadInfo

The information required for the client to upload an image for Community Points.

link GraphQL Schema definition

1type CommunityPointsImageUploadInfo {
2
3# The upload ID.
4uploadID: ID!
5
6# The URL to upload to.
7url: String!
8
9}