diff --git a/client/graphql.go b/client/graphql.go index 7b1a4b7726c8ddd0a48f798b2e1c64fe6e3c20b3..3dacb8280bc9875e18c4eb0fda8b3908766833d6 100644 --- a/client/graphql.go +++ b/client/graphql.go @@ -25,7 +25,7 @@ Uploads map[string]graphql.Upload `json:"-"` } type InternalAuth struct { - Name string `json:"name"` + Name string `json:"name",omitempty` ClientID string `json:"client_id"` NodeID string `json:"node_id"` }