[FEATURE] Detailed stats about player weapon usage and hitgroups (#1)
Reviewed-on: https://git.harting.dev/CSGOWTF/csgowtfd/pulls/1 Co-authored-by: Giovanni Harting <539@idlegandalf.com> Co-committed-by: Giovanni Harting <539@idlegandalf.com>
This commit is contained in:
@@ -31,6 +31,8 @@ const (
|
||||
FieldSharecodeUpdated = "sharecode_updated"
|
||||
// FieldAuthCode holds the string denoting the auth_code field in the database.
|
||||
FieldAuthCode = "auth_code"
|
||||
// FieldProfileCreated holds the string denoting the profile_created field in the database.
|
||||
FieldProfileCreated = "profile_created"
|
||||
// EdgeStats holds the string denoting the stats edge name in mutations.
|
||||
EdgeStats = "stats"
|
||||
// EdgeMatches holds the string denoting the matches edge name in mutations.
|
||||
@@ -64,6 +66,7 @@ var Columns = []string{
|
||||
FieldSteamUpdated,
|
||||
FieldSharecodeUpdated,
|
||||
FieldAuthCode,
|
||||
FieldProfileCreated,
|
||||
}
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user