readQuery$SaveEyeGraphUtil_GetDevicePopAndSerial method

Query$SaveEyeGraphUtil_GetDevicePopAndSerial? readQuery$SaveEyeGraphUtil_GetDevicePopAndSerial({
  1. required Variables$Query$SaveEyeGraphUtil_GetDevicePopAndSerial variables,
  2. bool optimistic = true,
})

Implementation

Query$SaveEyeGraphUtil_GetDevicePopAndSerial?
readQuery$SaveEyeGraphUtil_GetDevicePopAndSerial({
  required Variables$Query$SaveEyeGraphUtil_GetDevicePopAndSerial variables,
  bool optimistic = true,
}) {
  final result = this.readQuery(
    graphql.Request(
      operation: graphql.Operation(
        document: documentNodeQuerySaveEyeGraphUtil_GetDevicePopAndSerial,
      ),
      variables: variables.toJson(),
    ),
    optimistic: optimistic,
  );
  return result == null
      ? null
      : Query$SaveEyeGraphUtil_GetDevicePopAndSerial.fromJson(result);
}