Question

Change index_name from a field

  • 11 November 2021
  • 3 replies
  • 193 views

Userlevel 2

Hi guys, how can i change the index_name of a field, when i create a new field in app.pipefy, the "index_name" is "field_1_date", i need to change this to “due_date” instead of “field_1_date”, in order to integrate with my backend via graphql, that’s possible?
Thanks


This topic has been closed for comments

3 replies

Userlevel 7
Badge +12

I do not understand what you refer to with “index_name” — in the GraphQL documentation, there does not seem to be such a field, neighter on card, nor on field. What exactly are you refering to?

Userlevel 2

Yes, there is a indexName in card, see:

{
card(id: xxxxxxxx) {
fields {
array_value
date_value
datetime_value
filled_at
float_value
indexName
name
report_value
updated_at
value
}
}
}

 

Userlevel 2