Skip to content

Commit

Permalink
added graphql stats to json
Browse files Browse the repository at this point in the history
  • Loading branch information
kofoworola committed Nov 6, 2023
1 parent 718b47a commit 7932fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics/analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type AnalyticsRecord struct {
ExpireAt time.Time `bson:"expireAt" json:"expireAt"`
ApiSchema string `json:"api_schema" bson:"-" gorm:"-:all"` //nolint

GraphQLStats GraphQLStats `json:"-" bson:"-" gorm:"-:all"`
GraphQLStats GraphQLStats `json:"graphql_stats" bson:"-" gorm:"-:all"`
CollectionName string `json:"-" bson:"-" gorm:"-:all"`
}

Expand Down

0 comments on commit 7932fb7

Please sign in to comment.