graphql

package
v0.0.0-...-726ff5c Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2026 License: MIT Imports: 6 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"`
	UserInfo    map[string]interface{} `json:"userInfo"`
}

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