get access token and use it to make a call

This commit is contained in:
m5r
2021-08-08 14:37:53 +08:00
parent b4aa79bd85
commit e4672597dd
5 changed files with 304 additions and 6 deletions

View File

@ -14,6 +14,7 @@ export default resolver.pipe(
where: { organizationId },
select: {
id: true,
organizationId: true,
number: true,
},
});