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
}
func NewFromConfig ¶
func (*Client) Create ¶
func (c *Client) Create(ctx context.Context, whereAccount generated.AccountWhereUniqueInput, data generated.CreateProjectInput) (project generated.ProjectFragment, err error)
func (*Client) List ¶
func (c *Client) List(ctx context.Context, whereAccount generated.AccountWhereUniqueInput, whereProject *generated.ProjectWhereInput) (projects []generated.ProjectFragment, err error)
Click to show internal directories.
Click to hide internal directories.