Creates a valid GraphMetadata.
const metadata = graph({ name: 'XYZ', title: 'Not Just Another Graph… or is it?', description: 'Bringing you one step closer to achieving absolutely nothing, but in style!',}); Copy
const metadata = graph({ name: 'XYZ', title: 'Not Just Another Graph… or is it?', description: 'Bringing you one step closer to achieving absolutely nothing, but in style!',});
Use your IDE suggestions for an enhanced development experience
Creates a valid GraphMetadata.