mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
05e13fe566
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.202 to 1.0.203. V3_GIT_ORIGIN_REV_ID: 81b23526c9a289d401260350b8169907eb322bbf |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
Query Usage Analytics
We want to gather usage analytics from a GraphQL query. Usage analytics of models, commands, fields, permissions, relationships etc. being used in the query.
For now, this crate defines the types we would construct for gathering usage analytics. Later, this can also include functions required to build up these types. Ideally, this crate should expose an API which the engine IR generation or query plan generation can use to create a usage analytics type and serialize and emit it.
The types here are a simplified version of the GraphQL query AST, OpenDD and metadata-resolve types.