Object most used fields
View all object's fields| field : object | description |
|---|---|
| assignees: [User] | Information about the assigned users |
| attachments: [Attachment] | Information about the attached files |
| current_phase: Phase | Information about the card current phase |
| done: Boolean | Whether the card is done |
| id: ID | The card ID |
| pipe: Pipe | Information about the pipe |
| title: String | The card title |
| updated_at: DateTime | When the card was last updated |
Card related Mutations
cardsImporter
Create new cards from a xlsx file
See morecreateCardCreates a card
See morecreateCardRelationCreates a card relation
See moredeleteCardDeletes a card
See moremoveCardToPhaseMoves a card to another phase
See moreupdateCardUpdates an existing card
See moreupdateCardFieldUpdates an existing card field
See more