Connections
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 |
Lookup the values that will automatically fill the child-card's start form fields
Query : Return Object |
---|
autoFillFields: [AutoFillFieldUnion] |
Lookup a card by its ID
Query : Return Object |
---|
card: Card |
Argument : Object | Description |
---|---|
id: ID! | Required. The card ID |
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 |
Lookup the cards importer history by the pipe ID
Query : Return Object |
---|
cardsImportations: [CardsImportation] |
Query : Return Object |
---|
conditionalField: ConditionalField |
Argument : Object | Description |
---|---|
repoId: ID! | Required. |
cardId: ID | |
overrideFieldValue: [FilledField] |
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 |
Query : Return Object |
---|
fieldCondition: FieldCondition |
Argument : Object | Description |
---|---|
id: ID! | Required. |
Lookup the card's emails by its ID
Query : Return Object |
---|
inbox_emails: [InboxEmail] |
Argument : Object | Description |
---|---|
card_id: ID! | Required. The card ID |
Lookup an organization by its ID
Query : Return Object |
---|
organization: Organization |
Argument : Object | Description |
---|---|
id: ID! | Required. The organization ID |
Lookup organizations by their ID
Query : Return Object |
---|
organizations: [Organization] |
Argument : Object | Description |
---|---|
ids: [ID] | The organizations IDs |
Lookup a phase by its ID
Query : Return Object |
---|
phase: Phase |
Argument : Object | Description |
---|---|
id: ID! | Required. The phase ID |
Lookup a pipe by its ID
Query : Return Object |
---|
pipe: Pipe |
Argument : Object | Description |
---|---|
id: ID! | Required. The pipe ID |
Lookup pipe relations by their ID
Query : Return Object |
---|
pipe_relations: [PipeRelation] |
Argument : Object | Description |
---|---|
ids: [[ID]]! | Required. The pipe relation ID |
Lookup all pipe templates available on Pipefy
Query : Return Object |
---|
pipe_templates: [PipeTemplate] |
Lookup pipes by their ID
Query : Return Object |
---|
pipes: [Pipe] |
Argument : Object | Description |
---|---|
ids: [[ID]]! | Required. The pipes IDs |
Lookup the records importer history by the table ID
Query : Return Object |
---|
recordsImportations: [RecordsImportation] |
Query : Return Object |
---|
repoItemForm: RepoItemFormUnion |
Argument : Object | Description |
---|---|
repoId: ID! | Required. |
throughConnectors: ReferenceConnectorFieldInput |
Lookup a database table by its ID
Query : Return Object |
---|
table: Table |
Argument : Object | Description |
---|---|
id: ID! | Required. The table ID |
Lookup a record by its ID
Query : Return Object |
---|
table_record: TableRecord |
Argument : Object | Description |
---|---|
id: ID! | Required. The record ID |
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 |
Lookup table relations by their ID
Query : Return Object |
---|
table_relations: [TableRelation] |
Argument : Object | Description |
---|---|
ids: [[ID]]! | Required. The table relation ID |