Type alias GeneratorsQuery

GeneratorsQuery: {
    generators?: ({
        __typename: "Generator";
        createdAt?: string | null;
        description?: string | null;
        graph?: string | null;
        name?: string | null;
        updatedAt?: string | null;
        urn?: string | null;
    } | null)[] | null;
}

Type declaration

  • Optional generators?: ({
        __typename: "Generator";
        createdAt?: string | null;
        description?: string | null;
        graph?: string | null;
        name?: string | null;
        updatedAt?: string | null;
        urn?: string | null;
    } | null)[] | null

Generated using TypeDoc