Connections
allCards
Fetches all pipe cards based on arguments
| Query : Return Object |
|---|
| allCards: CardConnection |
| Argument : Object | Description |
|---|---|
| first: Int | Returns the first _n_ elements from the list. |
| after: String | Returns the elements in the list that come after the specified global ID. |
| last: Int | Returns the last _n_ elements from the list. |
| before: String | Returns the elements in the list that come before the specified global ID. |
| pipeId: ID! | Required. The pipe ID |
| filter: AdvancedSearch | Search filter |
autoFillFields
Lookup the values that will automatically fill the child-card's start form fields
| Query : Return Object |
|---|
| autoFillFields: [AutoFillFieldUnion] |
card
Lookup a card by its ID
| Query : Return Object |
|---|
| card: Card |
| Argument : Object | Description |
|---|---|
| id: ID! | Required. The card ID |
cards
Fetches a group of cards based on arguments
| Query : Return Object |
|---|
| cards: CardConnection |
| Argument : Object | Description |
|---|---|
| first: Int | Returns the first _n_ elements from the list. |
| after: String | Returns the elements in the list that come after the specified global ID. |
| last: Int | Returns the last _n_ elements from the list. |
| before: String | Returns the elements in the list that come before the specified global ID. |
| pipe_id: ID! | Required. The pipe ID |
| search: CardSearch | Arguments that can be used to filter the search |
cardsImportations
Lookup the cards importer history by the pipe ID
| Query : Return Object |
|---|
| cardsImportations: [CardsImportation] |
conditionalField
| Query : Return Object |
|---|
| conditionalField: ConditionalField |
| Argument : Object | Description |
|---|---|
| repoId: ID! | Required. |
| cardId: ID | |
| overrideFieldValue: [FilledField] |
connectedTableRecords
| Query : Return Object |
|---|
| connectedTableRecords: PublicTableRecordConnection |
| Argument : Object | Description |
|---|---|
| first: Int | Returns the first _n_ elements from the list. |
| after: String | Returns the elements in the list that come after the specified global ID. |
| last: Int | Returns the last _n_ elements from the list. |
| before: String | Returns the elements in the list that come before the specified global ID. |
| tableId: ID! | Required. |
| throughConnectors: ReferenceConnectorFieldInput! | Required. |
| search: TableRecordSearch |
fieldCondition
| Query : Return Object |
|---|
| fieldCondition: FieldCondition |
| Argument : Object | Description |
|---|---|
| id: ID! | Required. |
inbox_emails
Lookup the card's emails by its ID
| Query : Return Object |
|---|
| inbox_emails: [InboxEmail] |
| Argument : Object | Description |
|---|---|
| card_id: ID! | Required. The card ID |
organization
Lookup an organization by its ID
| Query : Return Object |
|---|
| organization: Organization |
| Argument : Object | Description |
|---|---|
| id: ID! | Required. The organization ID |
organizations
Lookup organizations by their ID
| Query : Return Object |
|---|
| organizations: [Organization] |
| Argument : Object | Description |
|---|---|
| ids: [ID] | The organizations IDs |
phase
Lookup a phase by its ID
| Query : Return Object |
|---|
| phase: Phase |
| Argument : Object | Description |
|---|---|
| id: ID! | Required. The phase ID |
pipe
Lookup a pipe by its ID
| Query : Return Object |
|---|
| pipe: Pipe |
| Argument : Object | Description |
|---|---|
| id: ID! | Required. The pipe ID |
pipe_relations
Lookup pipe relations by their ID
| Query : Return Object |
|---|
| pipe_relations: [PipeRelation] |
| Argument : Object | Description |
|---|---|
| ids: [[ID]]! | Required. The pipe relation ID |
pipe_templates
Lookup all pipe templates available on Pipefy
| Query : Return Object |
|---|
| pipe_templates: [PipeTemplate] |
pipes
Lookup pipes by their ID
| Query : Return Object |
|---|
| pipes: [Pipe] |
| Argument : Object | Description |
|---|---|
| ids: [[ID]]! | Required. The pipes IDs |
recordsImportations
Lookup the records importer history by the table ID
| Query : Return Object |
|---|
| recordsImportations: [RecordsImportation] |
repoItemForm
| Query : Return Object |
|---|
| repoItemForm: RepoItemFormUnion |
| Argument : Object | Description |
|---|---|
| repoId: ID! | Required. |
| throughConnectors: ReferenceConnectorFieldInput |
table
Lookup a database table by its ID
| Query : Return Object |
|---|
| table: Table |
| Argument : Object | Description |
|---|---|
| id: ID! | Required. The table ID |
table_record
Lookup a record by its ID
| Query : Return Object |
|---|
| table_record: TableRecord |
| Argument : Object | Description |
|---|---|
| id: ID! | Required. The record ID |
table_records
Fetches a group of records based on arguments
| Query : Return Object |
|---|
| table_records: TableRecordWithCountConnection |
| Argument : Object | Description |
|---|---|
| first: Int | Returns the first _n_ elements from the list. |
| after: String | Returns the elements in the list that come after the specified global ID. |
| last: Int | Returns the last _n_ elements from the list. |
| before: String | Returns the elements in the list that come before the specified global ID. |
| table_id: ID! | Required. The table ID |
| search: TableRecordSearch | Arguments that can be used to filter the search |
table_relations
Lookup table relations by their ID
| Query : Return Object |
|---|
| table_relations: [TableRelation] |
| Argument : Object | Description |
|---|---|
| ids: [[ID]]! | Required. The table relation ID |