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: 13 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommerceProductQueryResolver

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

CommerceProductQueryResolver resolves graphql product queries

func (*CommerceProductQueryResolver) ActiveBase added in v3.5.0

ActiveBase resolves to price

func (*CommerceProductQueryResolver) CommerceProduct

func (r *CommerceProductQueryResolver) CommerceProduct(ctx context.Context,
	marketplaceCode string,
	variantMarketPlaceCode *string,
	bundleConfiguration []*productDto.ChoiceConfiguration) (productDto.Product, error)

CommerceProduct returns a product with the given marketplaceCode from productService

func (*CommerceProductQueryResolver) CommerceProductSearch

CommerceProductSearch returns a search result of products based on the given search request

func (*CommerceProductQueryResolver) Inject

Inject dependencies

type SearchResultDTO added in v3.3.0

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

SearchResultDTO search result dto for graphql

func WrapSearchResult added in v3.3.0

func WrapSearchResult(res *application.SearchResult) *SearchResultDTO

WrapSearchResult wraps the search result into the graphql dto

func (*SearchResultDTO) Actions added in v3.9.0

func (obj *SearchResultDTO) Actions() []searchdomain.Action

func (*SearchResultDTO) Facets added in v3.3.0

Facets get facets

func (*SearchResultDTO) HasSelectedFacet added in v3.3.0

func (obj *SearchResultDTO) HasSelectedFacet() bool

HasSelectedFacet check if there are any selected facets

func (*SearchResultDTO) Inject added in v3.3.0

func (obj *SearchResultDTO) Inject(logger flamingo.Logger)

Inject dependencies

func (*SearchResultDTO) PaginationInfo added in v3.3.0

func (obj *SearchResultDTO) PaginationInfo() utils.PaginationInfo

PaginationInfo get pagination info

func (*SearchResultDTO) Products added in v3.3.0

func (obj *SearchResultDTO) Products() []graphqlProductDto.Product

Products get products

func (*SearchResultDTO) Promotion added in v3.4.0

func (obj *SearchResultDTO) Promotion() *searchdto.PromotionDTO

Promotion returns possible promotion data

func (*SearchResultDTO) SearchMeta added in v3.3.0

func (obj *SearchResultDTO) SearchMeta() searchdomain.SearchMeta

SearchMeta get search meta

func (*SearchResultDTO) Suggestions added in v3.3.0

func (obj *SearchResultDTO) Suggestions() []searchdomain.Suggestion

Suggestions get suggestions

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 added in v3.3.0

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

Types configures the GraphQL to Go resolvers

Directories

Path Synopsis
product
dto

Jump to

Keyboard shortcuts

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