Type alias AnyVariables

AnyVariables: {
    [prop: string]: any;
} | void | undefined

A default type for variables.

Remarks

While TypedDocumentNode can be used by generators to add TypeScript types for a GraphQL operation’s variables and result, when this isn’t the case this type is used as a fallback for the Variables generic.

Generated using TypeDoc