Skip to main content

ideaFormsFormFields

Find form_fields by idea_form_id

ideaFormsFormFields(
after: String
before: String
first: Int
ideaFormId: StringOrInteger!
last: Int
): FormFieldConnection

Arguments

ideaFormsFormFields.after ● String scalar

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

ideaFormsFormFields.before ● String scalar

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

ideaFormsFormFields.first ● Int scalar

Returns the first _n_ elements from the list.

ideaFormsFormFields.ideaFormId ● StringOrInteger! non-null scalar

External form id

ideaFormsFormFields.last ● Int scalar

Returns the last _n_ elements from the list.

Type

FormFieldConnection object

The connection type for FormField.