Skip to main content

ideaFormsCustomFields

Find custom_fields by idea_form_id

ideaFormsCustomFields(
after: String
before: String
first: Int
ideaFormId: StringOrInteger!
last: Int
): IdeaFormCustomFieldConnection

Arguments

ideaFormsCustomFields.after ● String scalar

Returns the elements in the list that come after the specified cursor.

ideaFormsCustomFields.before ● String scalar

Returns the elements in the list that come before the specified cursor.

ideaFormsCustomFields.first ● Int scalar

Returns the first _n_ elements from the list.

ideaFormsCustomFields.ideaFormId ● StringOrInteger! non-null scalar

External form id

ideaFormsCustomFields.last ● Int scalar

Returns the last _n_ elements from the list.

Type

IdeaFormCustomFieldConnection object

The connection type for IdeaFormCustomField.