delivery

package
v0.0.0-...-3eef48c Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2019 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 DeleteOrganizationArgs

type DeleteOrganizationArgs struct {
	ID graphql.ID
}

DeleteOrganizationArgs input

type GraphQLOrganizationHandler

type GraphQLOrganizationHandler struct {
	OrganizationUsecase usecase.OrganizationUsecase
}

GraphQLOrganizationHandler struct Handler means Resolver

func (*GraphQLOrganizationHandler) CreateOrganization

CreateOrganization mutation

func (*GraphQLOrganizationHandler) DeleteOrganization

DeleteOrganization mutation

func (*GraphQLOrganizationHandler) Organization

Organization Query function

func (*GraphQLOrganizationHandler) Organizations

Organizations Query function

type OrganizationInputArgs

type OrganizationInputArgs struct {
	Organization schema.OrganizationSchemaInput
}

OrganizationInputArgs input

type OrganizationQueryArgs

type OrganizationQueryArgs struct {
	ID graphql.ID
}

OrganizationQueryArgs args

type OrganizationsArgs

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

OrganizationsArgs struct

type OrganizationsQueryArgs

type OrganizationsQueryArgs struct {
	OrganizationsArgs *OrganizationsArgs
}

OrganizationsQueryArgs args

Jump to

Keyboard shortcuts

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