fauna / fauna-dotnet

Fauna FQL v10 driver for C#
Mozilla Public License 2.0
1 stars 1 forks source link

Add StatsCollector to Client #132

Closed cynicaljoy closed 4 months ago

cynicaljoy commented 4 months ago

Problem

Uses need a way to retrieve the query stats that are returned for both standard queries and when using Pagination

Change