externalIdeaForms
Find external idea forms
externalIdeaForms(
after: String
before: String
first: Int
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "created_at" }]
): ExternalConnection
Arguments
externalIdeaForms.after ● String scalar
Returns the elements in the list that come after the specified cursor.
externalIdeaForms.before ● String scalar
Returns the elements in the list that come before the specified cursor.
externalIdeaForms.first ● Int scalar
Returns the first _n_ elements from the list.
externalIdeaForms.last ● Int scalar
Returns the last _n_ elements from the list.
externalIdeaForms.sort ● [Sort!] list input
Sort result
Type
ExternalConnection object
The connection type for External.