Skip to content

Commit

Permalink
fix: upload type in upload enum for db (#490)
Browse files Browse the repository at this point in the history
Co-authored-by: Oli Evans <oli@tableflip.io>
  • Loading branch information
vasco-santos and olizilla authored Sep 24, 2021
1 parent 81456c2 commit ed8f089
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/db/fauna/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@ enum UploadType {
"""
Car
"""
Files uploaded and converted into a CAR file.
"""
Upload
"""
A raw blob upload in the request body.
"""
Blob
Expand Down

0 comments on commit ed8f089

Please sign in to comment.