If set, impersonate a request with given Firebase Auth context and evaluate the auth policies on the operation. If omitted, bypass any defined auth policies.
Values for GraphQL variables provided in this query or mutation.
GraphqlOptions.impersonate
If set, impersonate a request with given Firebase Auth context and evaluate the auth policies on the operation. If omitted, bypass any defined auth policies.
[[["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 2025-03-05 UTC."],[],[],null,["Interface representing GraphQL options.\n\n**Signature:** \n\n export interface GraphqlOptions\u003cVariables\u003e \n\nProperties\n\nGraphqlOptions.impersonate\n\nIf set, impersonate a request with given Firebase Auth context and evaluate the auth policies on the operation. If omitted, bypass any defined auth policies.\n\n**Signature:** \n\n impersonate?: ImpersonateAuthenticated | ImpersonateUnauthenticated;\n\nGraphqlOptions.operationName\n\nThe name of the GraphQL operation. Required only if `query` contains multiple operations.\n\n**Signature:** \n\n operationName?: string;\n\nGraphqlOptions.variables\n\nValues for GraphQL variables provided in this query or mutation.\n\n**Signature:** \n\n variables?: Variables;"]]