Create returns a builder for creating a OrgInvitation entity.
()
| 1923 | |
| 1924 | // Create returns a builder for creating a OrgInvitation entity. |
| 1925 | func (c *OrgInvitationClient) Create() *OrgInvitationCreate { |
| 1926 | mutation := newOrgInvitationMutation(c.config, OpCreate) |
| 1927 | return &OrgInvitationCreate{config: c.config, hooks: c.Hooks(), mutation: mutation} |
| 1928 | } |
| 1929 | |
| 1930 | // CreateBulk returns a builder for creating a bulk of OrgInvitation entities. |
| 1931 | func (c *OrgInvitationClient) CreateBulk(builders ...*OrgInvitationCreate) *OrgInvitationCreateBulk { |
no test coverage detected