Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@security_QueryAnalysis.hrl
Raw

include/mochi@security_QueryAnalysis.hrl

-record(query_analysis, {
depth :: integer(),
complexity :: integer(),
alias_count :: integer(),
root_field_count :: integer(),
field_count :: integer()
}).