fix(index): Default schema typings (#12183)
**What** Fix wrongly type is_giftcard property
This commit is contained in:
committed by
GitHub
parent
bbe7389d30
commit
4ea1a2e09f
@@ -8,7 +8,7 @@ export const defaultSchema = `
|
||||
status: String
|
||||
type_id: String
|
||||
collection_id: String
|
||||
is_giftcard: String
|
||||
is_giftcard: Boolean
|
||||
external_id: String
|
||||
created_at: DateTime
|
||||
updated_at: DateTime
|
||||
|
||||
Reference in New Issue
Block a user