type name update

graph-rework-2
noah metz 2023-07-20 22:08:45 -06:00
parent 99d4f18daf
commit 3cbb6c69e5
1 changed files with 1 additions and 1 deletions

@ -24,7 +24,7 @@ type UserJSON struct {
}
func (user *User) Type() NodeType {
return NodeType("gql_user")
return NodeType("user")
}
func (user *User) Serialize() ([]byte, error) {