graphql

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RegisterViaGoogleInput

type RegisterViaGoogleInput struct {
	Code        string  `json:"code"`
	Verifier    string  `json:"verifier"`
	RedirectURL *string `json:"redirectUrl"`
	// Additional user fields that may be stored in the account table.
	// It has to be set in the wrapper resolver instead of the GraphQL query if needed.
	UserInfo map[string]interface{} `json:"-"`
	// A set of roles that will be assigned to the user during registration.
	// It has to be set in the wrapper resolver instead of the GraphQL query if needed.
	// By default, the user will be assigned the role "user".
	Roles []string `json:"-"`
}

type Resolver

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

func NewResolver

func NewResolver(register *action.Register) *Resolver

func (*Resolver) RegisterViaGoogle

func (r *Resolver) RegisterViaGoogle(ctx context.Context, input RegisterViaGoogleInput) (graphql.TokenPair, error)

Jump to

Keyboard shortcuts

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