schema

package
v0.0.0-...-faaa4ba Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CategorySchema

type CategorySchema struct {
	Category *domain.Category
}

CategorySchema resolver

func (*CategorySchema) Created

func (c *CategorySchema) Created() *graphql.Time

Created function

func (*CategorySchema) CreatorID

func (c *CategorySchema) CreatorID() string

CreatorID function

func (*CategorySchema) CreatorIP

func (c *CategorySchema) CreatorIP() string

CreatorIP function

func (*CategorySchema) Deleted

func (c *CategorySchema) Deleted() *graphql.Time

Deleted function

func (*CategorySchema) EditorID

func (c *CategorySchema) EditorID() string

EditorID function

func (*CategorySchema) EditorIP

func (c *CategorySchema) EditorIP() string

EditorIP function

func (*CategorySchema) ID

func (c *CategorySchema) ID() graphql.ID

ID function

func (*CategorySchema) IsDeleted

func (c *CategorySchema) IsDeleted() *bool

IsDeleted function

func (*CategorySchema) LastModified

func (c *CategorySchema) LastModified() *graphql.Time

LastModified function

func (*CategorySchema) Name

func (c *CategorySchema) Name() string

Name function

type CategorySchemaInput

type CategorySchemaInput struct {
	ID           string
	Name         string
	CreatorID    *string
	CreatorIP    *string
	Created      *time.Time
	EditorID     *string
	EditorIP     *string
	LastModified *time.Time
	IsDeleted    *bool
	Deleted      *time.Time
}

CategorySchemaInput struct

Jump to

Keyboard shortcuts

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