OBJECT

RightsListing

link GraphQL Schema definition

1type RightsListing {
2
3operations: [String!]!
4
5resources: JSONData
6
7}