Closed 0xemc closed 9 months ago
Subject: Marketplace Graph returning Null on NonNull values
Graphql Fragment:
fragment ActivityFragment on Activity { id amount previousAmount price previousPrice timeStamp activityType project { key vintage } buyer { id } seller { id } }
Error Messages:
"errors": [ { "locations": [ { "column": 3, "line": 15 } ], "message": "Null value resolved for non-null field `project`" }, { "locations": [ { "column": 3, "line": 22 } ], "message": "Null value resolved for non-null field `seller`" }, { "locations": [ { "column": 3, "line": 15 } ], "message": "Null value resolved for non-null field `project`" }, { "locations": [ { "column": 3, "line": 22 } ], "message": "Null value resolved for non-null field `seller`" } ]
Testing Link: GraphQL Testing Link
Expected Outcome:
Labels: bug
Looks like this is resolved now, closing
Subject: Marketplace Graph returning Null on NonNull values
Graphql Fragment:
Error Messages:
Testing Link: GraphQL Testing Link
Expected Outcome:
Labels: bug