You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
query CollectionPage($slug: String!) { collection(slug: $slug) { id intro recap path followers_count items { edges { node { id is_highlighted highlight_priority description post { id ...PostItemList __typename } __typename } __typename } __typename } __typename } } fragment PostItemList on Post { id ...PostItem __typename} fragment PostItem on Post { id comments_count name shortened_url slug tagline __typename }