catalog-backend: also mark hasMetadata as alpha

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-03-03 12:46:47 +01:00
parent c870c3bb99
commit 5da4d0cfbd
@@ -23,6 +23,6 @@ import { createPropertyRule } from './createPropertyRule';
*
* The key argument to the `apply` and `toQuery` methods can be nested, such as
* 'field.nestedfield'.
* @public
* @alpha
*/
export const hasMetadata = createPropertyRule('metadata');