RedisGraph with GraphQL (gqlgen) playground
package model

type Todo struct {
	ID         string                 `json:"id"`
	Properties map[string]interface{} `json:"properties"`
	UserID     string                 `json:"user"`
}