const metaFragment = /* GraphQL */ ` fragment Meta on MetadataType { title description } `; export default metaFragment;