OPERATION_DOCUMENT
The minimized GraphQL document being sent to the server to save a few bytes. The un-minimized version is:
subscription NodesSubscription {
simulation {
status
time
environment {
nodes {
contents {
entries {
molecule {
name
}
concentration
}
}
}
}
}
}
Content copied to clipboard