OBJECT
UserAccessCollection
See Collection
link GraphQL Schema definition
1 type UserAccessCollection implements Collection { 2 3 : ID 4 5 : DateTime 6 7 : String 8 9 : String 10 11 : String 12 13 : Int 14 15 : CollectionType 16 17 : CollectionScope 18 19 : Boolean 20 21 : [CollectionField] 22 23 : UserAccessRule 24 25 }
link Required by
This element is not required by anyone