writeQuery$SaveEyeGraphUtil_GetDevicePopAndSerial method
void
writeQuery$SaveEyeGraphUtil_GetDevicePopAndSerial({
- required Query$SaveEyeGraphUtil_GetDevicePopAndSerial data,
- required Variables$Query$SaveEyeGraphUtil_GetDevicePopAndSerial variables,
- 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,
);