@zeepkist/graphql
    Preparing search index...

    Interface UserLevelsByFavouriteManyToManyEdgeGenqlSelection

    A Level edge in the connection, with data from Favourite.

    interface UserLevelsByFavouriteManyToManyEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: LevelGenqlSelection;
        id?: number | boolean;
        dateCreated?: number | boolean;
        dateUpdated?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The Level at the end of the edge.

    id?: number | boolean
    dateCreated?: number | boolean
    dateUpdated?: number | boolean
    __typename?: number | boolean
    __scalar?: number | boolean