make metadata height and width nullable
post 965f7edd163a caused panic with null values for metadata height and width
This commit is contained in:
@ -40,8 +40,8 @@ type MediaResource{
|
||||
|
||||
type MetaData {
|
||||
id: String!
|
||||
originalWidth: Int!
|
||||
originalHeight: Int!
|
||||
originalWidth: Int
|
||||
originalHeight: Int
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user