Skip to content

Instantly share code, notes, and snippets.

@chandan-0
Created March 6, 2022 11:55
Show Gist options
  • Save chandan-0/a1e8fc9f0f276c1d31bc088b44605742 to your computer and use it in GitHub Desktop.
Save chandan-0/a1e8fc9f0f276c1d31bc088b44605742 to your computer and use it in GitHub Desktop.
2022-03-06 17:24:57.018472+0530 Learning GraphQL[92954:10939120] [boringssl] boringssl_metrics_log_metric_block_invoke(151) Failed to log metrics
▿ Optional(Learning_GraphQL.GetCountryQuery.Data.Country(resultMap: ["phone": Optional("91"), "__typename": Optional("Country"), "native": Optional("भारत"), "capital": Optional("New Delhi"), "name": Optional("India"), "code": Optional("IN"), "currency": Optional("INR")]))
▿ some: Learning_GraphQL.GetCountryQuery.Data.Country
▿ resultMap: 7 key/value pairs
▿ (2 elements)
- key: "phone"
▿ value: Optional("91")
- some: "91"
▿ (2 elements)
- key: "__typename"
▿ value: Optional("Country")
- some: "Country"
▿ (2 elements)
- key: "native"
▿ value: Optional("भारत")
- some: "भारत"
▿ (2 elements)
- key: "capital"
▿ value: Optional("New Delhi")
- some: "New Delhi"
▿ (2 elements)
- key: "name"
▿ value: Optional("India")
- some: "India"
▿ (2 elements)
- key: "code"
▿ value: Optional("IN")
- some: "IN"
▿ (2 elements)
- key: "currency"
▿ value: Optional("INR")
- some: "INR"
@chandan-0
Copy link
Author

Made public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment