You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var UserType = Type("UserPayload", func() {
Attribute("id", Integer, "Unique User ID")
Attribute("real_name", String, "Actual name of user")
Attribute("user_name", String, "Username of user")
Attribute("email", String, "Email address of user")
Attribute("slack_id", String, "Slack ID of user")
Attribute("token", UUID, "Generated UUID of a user")
})
Currently if you have a model that has an attribute of type UUID the generator fails to properly parse and build the model.
Output:
Example:
The text was updated successfully, but these errors were encountered: