Skip to content

Instantly share code, notes, and snippets.

View h22k's full-sized avatar
🎯
Focusing

Halil Hakan Karabay h22k

🎯
Focusing
View GitHub Profile
@h22k
h22k / atolye15.graphql
Created August 25, 2025 19:41
graphql schema for internal onboarding and offboarding process manager project
scalar UUID
scalar DateTime
enum EmployeeStatus {
ACTIVE
ONBOARDING
OFFBOARDING
DEACTIVE
}