[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-30 UTC."],[],[],null,["# ExecuteGraphqlResponse interface\n\nInterface representing GraphQL response.\n\n**Signature:** \n\n export interface ExecuteGraphqlResponse\u003cGraphqlResponse\u003e \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------|-----------------|---------------------------------------|\n| [data](./firebase-admin.data-connect.executegraphqlresponse.md#executegraphqlresponsedata) | GraphqlResponse | Data payload of the GraphQL response. |\n\nExecuteGraphqlResponse.data\n---------------------------\n\nData payload of the GraphQL response.\n\n**Signature:** \n\n data: GraphqlResponse;"]]