Skip to content

Commit adbe084

Browse files
committed
fix(services): fix iamRole schema
1 parent 9010de2 commit adbe084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/iamRole/schema.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ type awsIamRole @key(fields: "id") {
2121
managedAirflows: [awsManagedAirflow] @hasInverse(field: iamRoles)
2222
guardDutyDetectors: [awsGuardDutyDetector] @hasInverse(field: iamRole)
2323
sageMakerNotebookInstances: [awsSageMakerNotebookInstance] @hasInverse(field: iamRole)
24-
systemManagerInstances: [awsSystemsManagerInstance] @hasInverse(field: iamRole)
24+
systemsManagerInstances: [awsSystemsManagerInstance] @hasInverse(field: iamRole)
2525
}

0 commit comments

Comments
 (0)