Inserts any group by name that does not exist. All new groups are given a random uuid, are inserted into the same organization. They have the default values for avatar, display name, and quota allowance (all zero values). If the name conflicts, do nothing.
(ctx context.Context, arg InsertMissingGroupsParams)
| 967 | // values for avatar, display name, and quota allowance (all zero values). |
| 968 | // If the name conflicts, do nothing. |
| 969 | InsertMissingGroups(ctx context.Context, arg InsertMissingGroupsParams) ([]Group, error) |
| 970 | InsertOAuth2ProviderApp(ctx context.Context, arg InsertOAuth2ProviderAppParams) (OAuth2ProviderApp, error) |
| 971 | InsertOAuth2ProviderAppCode(ctx context.Context, arg InsertOAuth2ProviderAppCodeParams) (OAuth2ProviderAppCode, error) |
| 972 | InsertOAuth2ProviderAppSecret(ctx context.Context, arg InsertOAuth2ProviderAppSecretParams) (OAuth2ProviderAppSecret, error) |
no outgoing calls