delivery

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: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeleteProductArgs

type DeleteProductArgs struct {
	ID graphql.ID
}

DeleteProductArgs input

type GraphQLProductMutationHandler

type GraphQLProductMutationHandler struct {
	ProductUsecase usecase.ProductUsecase
}

GraphQLProductQueryHandler struct Handler means Resolver

func (*GraphQLProductMutationHandler) CreateProduct

CreateProduct mutation

func (*GraphQLProductMutationHandler) DeleteProduct

DeleteProduct mutation

func (*GraphQLProductMutationHandler) Name

Name will return handler name

type GraphQLProductQueryHandler

type GraphQLProductQueryHandler struct {
	ProductUsecase usecase.ProductUsecase
}

GraphQLProductQueryHandler struct Handler means Resolver

func (*GraphQLProductQueryHandler) Name

Name will return handler name

func (*GraphQLProductQueryHandler) Product

Product Query function

func (*GraphQLProductQueryHandler) Products

Products Query function

type ProductInputArgs

type ProductInputArgs struct {
	Product schema.ProductSchemaInput
}

ProductInputArgs input

type ProductQueryArgs

type ProductQueryArgs struct {
	ID graphql.ID
}

ProductQueryArgs args

type ProductsArgs

type ProductsArgs struct {
	Query   *string
	Limit   *float64
	Page    *float64
	OrderBy *string
	Sort    *string
}

ProductsArgs struct

type ProductsQueryArgs

type ProductsQueryArgs struct {
	ProductsArgs *ProductsArgs
}

ProductsQueryArgs args

Jump to

Keyboard shortcuts

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