graphql

package
v3.10.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: MIT Imports: 8 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomerResolver

type CustomerResolver struct {
	// contains filtered or unexported fields
}

CustomerResolver graphql resolver

func (*CustomerResolver) CommerceCustomer

func (r *CustomerResolver) CommerceCustomer(ctx context.Context) (*dtocustomer.CustomerResult, error)

CommerceCustomer resolver the commerce customer

func (*CustomerResolver) CommerceCustomerStatus

func (r *CustomerResolver) CommerceCustomerStatus(ctx context.Context) (*dtocustomer.CustomerStatusResult, error)

CommerceCustomerStatus resolves the commerce customer query Deprecated: use commerce customer query resolver instead

func (*CustomerResolver) Inject

func (r *CustomerResolver) Inject(
	service *application.Service,
) *CustomerResolver

Inject dependencies

type Service

type Service struct{}

Service is the Graphql-Service of this module

func (*Service) Schema

func (*Service) Schema() []byte

Schema returns graphql schema of this module

func (*Service) Types

func (*Service) Types(types *graphql.Types)

Types configures the GraphQL to Go resolvers

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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