walmartlabs / lacinia-pedestal

Expose Lacinia GraphQL as Pedestal endpoints
http://lacinia-pedestal.readthedocs.io/en/latest/
Other
200 stars 63 forks source link

In tracing, the __typename psuedo-field has a return type of null, should be String #108

Closed hlship closed 4 years ago

hlship commented 4 years ago
          {
            "path": [
              "customer",
              "combined_transactions",
              0,
              "__typename"
            ],
            "parentType": "WalmartTransaction",
            "fieldName": "__typename",
            "returnType": null,
            "startOffset": 1069574039,
            "duration": 2503
          },
hlship commented 4 years ago

This is a lacinia, not lacinia-pedestal, butg.