OBJECT

CommunityPointsImage

Image URLs of different sizes for community points rewards.

link GraphQL Schema definition

1type CommunityPointsImage {
2
3# The URL for the small size image.
4url: String!
5
6# The URL for the medium size image.
7url2x: String!
8
9# The URL for the large size image.
10url4x: String!
11
12}