OBJECT

SignedPropertyUrl

link GraphQL Schema definition

1type SignedPropertyUrl {
2
3propertyPath: String!
4
5signedUrl: String
6
7}