chore(legacy): relocate v1 dataconnect source
This commit is contained in:
8
legacy/dataconnect-v1/connector/staffAttire/queries.gql
Normal file
8
legacy/dataconnect-v1/connector/staffAttire/queries.gql
Normal file
@@ -0,0 +1,8 @@
|
||||
query getStaffAttire($staffId: UUID!) @auth(level: USER) {
|
||||
staffAttires(where: { staffId: { eq: $staffId } }) {
|
||||
attireOptionId
|
||||
verificationStatus
|
||||
verificationPhotoUrl
|
||||
verificationId
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user