Zend certified PHP/Magento developer

Using Class or Implemented interface is non API on version ‘2.4.4’

I have generated Upgrade Compatibility Tool Report and most of the errors are as below.

[ERROR] [1328]
Line 24: Implemented interface ‘MagentoFrameworkGraphQlQueryResolverInterface’ that is non API on version ‘2.4.4’

[ERROR] [1124]
Line 79: Using class ‘MagentoFrameworkGraphQlConfigElementField’ that is non API on version ‘2.4.4’

[ERROR] [1124]
Line 81: Using class ‘MagentoFrameworkGraphQlSchemaTypeResolveInfo’ that is non API on version ‘2.4.4’

[ERROR] [1124]
Line 87: Using class ‘MagentoFrameworkGraphQlExceptionGraphQlAuthorizationException’ that is non API on version ‘2.4.4’

[ERROR] [1124]
Line 94: Using class ‘MagentoFrameworkGraphQlExceptionGraphQlAuthorizationException’ that is non API on version ‘2.4.4’

enter image description here

These are core classes that we need when working with Graphql. I am not able to find any alternative solutions.

Please help.