TransactableInputType
Last edit: Oct 26, 2022
No description
type TransactableInputType {
creator_id: ID
currency: String
description: String
name: String
properties: [CustomAttributeInputType]
quantity: Int
slug: String
state_event: String
transactable_type_name: String
}