OBJECT
SharedCollection
link GraphQL Schema definition
1 type SharedCollection { 2 3 : String 4 5 : String 6 7 : String 8 9 # A signed url to get the collection image. It will only be signed if it is an s3 10 # url. 11 : String 12 13 : DateTime 14 15 : DateTime 16 17 : ID 18 19 : ID 20 21 : ID 22 23 : Int 24 25 : Share 26 27 : Int 28 29 # Arguments 30 # offset: Provide an offset to skip to a certain element in the 31 # result, for paging. 32 # limit: Specify maximum number of results to retrieve in this 33 # result. Page size. 34 (: Int, : Int): SharedMentionList 35 36 }