sprintf( __( 'Objects with the %1$s status', 'wp-graphql' ), $status ), 'value' => $status, ]; } } register_graphql_enum_type( 'MediaItemStatusEnum', [ 'description' => __( 'The status of the media item object.', 'wp-graphql' ), 'values' => $values, ] ); } }