Skip to main content

Arguments

formId : Int! required

Returns

String

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can submit customer feedback

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query Question($formId: Int!) { question(formId: $formId) }

Variables

{ "formId": 90272670 }

Response

{ "data": { "question": "management-together-dog-laugh-happen" } }