OBJECT

GraphQLUserRestrictions

link GraphQL Schema definition

1type GraphQLUserRestrictions {
2# All elements are always returned
3storeId: [Int!]
4
5# All elements are always returned
6storeType: [StoreType!]
7
8}