variableNamespace property

String? variableNamespace
final

Include all variables within a top-level key.

For example, vars in the following instance:

query MyOperation($vars: MyInputClass!) {
  myOperation(vars: $vars) {}
}

This does not affect variables passed via providerArgs.

Implementation

final String? variableNamespace;