cliente-digital / pipefy

A Pipefy API wrapper that uplift productivity of newcomers to graphQL tech.
Apache License 2.0
0 stars 0 forks source link

Schema Data Type #28

Open iannsp opened 1 month ago

iannsp commented 1 month ago

Schema Data Types is the direct support for each kind of information you can set at pipefy for card, Pipe Startforms, phase forms and tables records. It use the schema information to help user to setFields values when create or update. By this data types we have validation and support to transparent use of fields to add information.

This are the list of Data Types.

Connected Cards/records.

You can connect a form field of a phase or startform to a record/field from ta table and vice versa. It is what Pipefy define as Connection. When use graphql and update this kind of filed(connected fields) you need to lookup for the connected id, and if You are changing the value you need search and/or insert new record to.

The Goal of the Data\Connection is make it transparent for the user/developer.