writeQuery$SaveEyeGraphUtil_GetDevicePopAndSerial method

void writeQuery$SaveEyeGraphUtil_GetDevicePopAndSerial({
  1. required Query$SaveEyeGraphUtil_GetDevicePopAndSerial data,
  2. required Variables$Query$SaveEyeGraphUtil_GetDevicePopAndSerial variables,
  3. bool broadcast = true,
})

Implementation

void writeQuery$SaveEyeGraphUtil_GetDevicePopAndSerial({
  required Query$SaveEyeGraphUtil_GetDevicePopAndSerial data,
  required Variables$Query$SaveEyeGraphUtil_GetDevicePopAndSerial variables,
  bool broadcast = true,
}) => this.writeQuery(
  graphql.Request(
    operation: graphql.Operation(
      document: documentNodeQuerySaveEyeGraphUtil_GetDevicePopAndSerial,
    ),
    variables: variables.toJson(),
  ),
  data: data.toJson(),
  broadcast: broadcast,
);