chore: Rename createSamlAuthProvider mutation as upsertSamlAuthProvider (#1200)

This commit is contained in:
Ömer Faruk Aydın
2023-08-08 22:56:23 +02:00
committed by GitHub
parent 6fb5482bba
commit ce8c9906cb
3 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ type Params = {
};
};
const createSamlAuthProvider = async (
const upsertSamlAuthProvider = async (
_parent: unknown,
params: Params,
context: Context
@@ -51,4 +51,4 @@ const createSamlAuthProvider = async (
return samlAuthProvider;
};
export default createSamlAuthProvider;
export default upsertSamlAuthProvider;