Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents an authentication client.
func NewClient ¶
func NewClient() *Client
NewClient creates a new authentication client with the given token.
type LoginResponse ¶
type LoginResponse struct { AuthLogin struct { Token string } }
LoginResponse represents the response structure for the Login mutation.
Click to show internal directories.
Click to hide internal directories.