scalajs-react-interface / sri

Apache License 2.0
151 stars 8 forks source link

Add fields to the ConcreteBatch facade in relay #7

Closed virtualirfan closed 7 years ago

virtualirfan commented 7 years ago

It appears that in JS, ConcreteBatch has these fields. In particular, I needed to reference .text.


/*: ConcreteBatch*/
{
  "fragment": {…},
  "id": null,
  "kind": "Batch",
  "metadata": {},
  "name": "appQuery",
  "query": {…},
  "text": {…},
};
chandu0101 commented 7 years ago

Rakshak Bot : @virtualirfan you're not allowed to create issues here, please post your question here, if its a reproducible bug one of sri maintainers will create an issue back here will inform you about when/how it will be fixed.