• 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!',
    });

    Parameters

    • input: GraphOptions

      Use your IDE suggestions for an enhanced development experience

    Returns GraphMetadata