We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64313f commit ff4054fCopy full SHA for ff4054f
packages/backend/src/graphql/resolvers/asset.ts
@@ -91,7 +91,6 @@ export const createAsset: MutationResolvers<ForTenantIdContext>['createAsset'] =
91
}
92
93
)
94
- ctx.logger.info({ tenantId }, 'tenantId for create asset')
95
const assetService = await ctx.container.use('assetService')
96
const assetOrError = await assetService.create({
97
...args.input,
packages/backend/src/graphql/schema.graphql
@@ -675,7 +675,7 @@ type Asset implements Model {
675
): FeesConnection
676
"The date and time when the asset was created."
677
createdAt: String!
678
- tenantId: String
+ tenantId: ID!
679
680
681
enum SortOrder {
0 commit comments