Type alias GeneratorQuery

GeneratorQuery: {
    generator?: {
        __typename: "Generator";
        createdAt?: string | null;
        description?: string | null;
        graph?: string | null;
        name?: string | null;
        updatedAt?: string | null;
        urn?: string | null;
    } | null;
}

Type declaration

  • Optional generator?: {
        __typename: "Generator";
        createdAt?: string | null;
        description?: string | null;
        graph?: string | null;
        name?: string | null;
        updatedAt?: string | null;
        urn?: string | null;
    } | null

Generated using TypeDoc