Show author photo in metadata section
This commit is contained in:
@ -49,7 +49,7 @@ type BodyModel { paragraphs: [Paragraphs! ]! }
|
||||
|
||||
type Content { bodyModel: BodyModel! }
|
||||
|
||||
type User { id: String! name: String! }
|
||||
type User { id: String! name: String! imageId: String! }
|
||||
|
||||
type Post {
|
||||
id: ID!
|
||||
|
Reference in New Issue
Block a user