~bigbes/core-go

1 files changed, 1 insertions(+), 1 deletions(-)

M client/graphql.go
M client/graphql.go => client/graphql.go +1 -1
@@ 25,7 25,7 @@ type GraphQLQuery struct {
}

type InternalAuth struct {
	Name     string `json:"name"`
	Name     string `json:"name",omitempty`
	ClientID string `json:"client_id"`
	NodeID   string `json:"node_id"`
}