OBJECT
1type GraphQLUserRestrictions {2# All elements are always returned3storeId: [Int!] 45# All elements are always returned6storeType: [StoreType!] 78}