Skip to content

Commit 35667d9

Browse files
committed
Add description to Document typeDef
1 parent b92e328 commit 35667d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/graphql/schema/types/document.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const typeDefs = gql`
99
type Document implements Node {
1010
id: ID!
1111
name: String!
12+
description: String
1213
url: URL!
1314
externalSource: ExternalSource!
1415
}

0 commit comments

Comments
 (0)