Operation Variables
If your operation defines variables, you can access them through theVariables method on the OperationContext interface.
Variables method:
Operation Arguments
If no variables are defined in the operation, or if you do not control the variables, you can access arguments directly via theOperationContext interface.
customerId argument of the subscription field, use the Get method:
orderUpdates is the root field, you can also resolve the field name dynamically:
sortBy argument of the items field,
use dot notation to reference the nested path.