Commit Graph

7 Commits

Author SHA1 Message Date
Aravinth Manivannan 9c5342a053
light weight graphql query to fetch data to construct post URL 2021-11-25 12:35:47 +05:30
Aravinth Manivannan 33f02c2ece
show post preview 2021-11-07 13:22:10 +05:30
Aravinth Manivannan 7fdf255678
show reading time 2021-11-02 21:04:02 +05:30
Aravinth Manivannan 133c4a96b3
Show author photo in metadata section 2021-11-02 13:40:13 +05:30
Aravinth Manivannan 698b59fa90
make metadata height and width nullable
post 965f7edd163a caused panic with null values for metadata height and
width
2021-11-01 08:51:54 +05:30
Aravinth Manivannan a1395234e6
make certain fields non-nullable
I think it is safe to assume that these files will never receive a null
value. However, we should collect a bunch of data and verify this
assumption.

But for now, this means less boilerplate code
2021-10-31 22:17:48 +05:30
Aravinth Manivannan 92a9f12117
reverse engineered schema for medium graphql endpoint 2021-10-31 15:12:49 +05:30