gqlmodel

package
v0.0.0-...-c955e10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NewUser

type NewUser struct {
	Name string `json:"name"`
}

type SubTask

type SubTask struct {
	ID           string    `json:"id"`
	Title        string    `json:"title"`
	Description  string    `json:"description"`
	StoryPoint   *int      `json:"storyPoint"`
	RegisteredAt time.Time `json:"registeredAt"`
	User         *User     `json:"user"`
}

type Task

type Task struct {
	ID           string     `json:"id"`
	Title        string     `json:"title"`
	Description  string     `json:"description"`
	StoryPoint   *int       `json:"storyPoint"`
	RegisteredAt time.Time  `json:"registeredAt"`
	User         *User      `json:"user"`
	SubTasks     []*SubTask `json:"subTasks"`
}

type User

type User struct {
	ID   string `json:"id"`
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL