return author name only
This commit is contained in:
@ -3343,11 +3343,11 @@ const schema = gql`
|
||||
id: ID!
|
||||
title: String!
|
||||
content: String!
|
||||
author: User!
|
||||
author: String!
|
||||
ownedByViewer: Boolean!
|
||||
thumbnail: String
|
||||
thought: String
|
||||
libraryItems: [Article!]!
|
||||
libraryItems: [Article!]
|
||||
highlights: [Highlight!]
|
||||
createdAt: Date!
|
||||
updatedAt: Date!
|
||||
@ -3374,6 +3374,7 @@ const schema = gql`
|
||||
|
||||
enum CreatePostErrorCode {
|
||||
UNAUTHORIZED
|
||||
BAD_REQUEST
|
||||
}
|
||||
|
||||
input UpdatePostInput {
|
||||
|
||||
Reference in New Issue
Block a user