Skip to content

Commit

Permalink
change scheme to make title, description and readme optional data mem…
Browse files Browse the repository at this point in the history
…bers
  • Loading branch information
hichana committed Nov 5, 2021
1 parent fc32fc0 commit 97df29e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
30 changes: 6 additions & 24 deletions generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ type Project {
id: UUID!
publicId: UUID!
parentId: UUID
title: String!
description: String!
readme: String!
title: String
description: String
readme: String
seed: Int!
version: Version!
persist: Boolean
Expand Down

0 comments on commit 97df29e

Please sign in to comment.