@zeepkist/graphql
    Preparing search index...

    Interface RecordUsersByPersonalBestGlobalManyToManyEdge

    A User edge in the connection, with data from PersonalBestGlobal.

    interface RecordUsersByPersonalBestGlobalManyToManyEdge {
        cursor: any;
        node: User;
        personalBestGlobals: PersonalBestGlobalsConnection;
        __typename: "RecordUsersByPersonalBestGlobalManyToManyEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: User

    The User at the end of the edge.

    personalBestGlobals: PersonalBestGlobalsConnection

    Reads and enables pagination through a set of PersonalBestGlobal.

    __typename: "RecordUsersByPersonalBestGlobalManyToManyEdge"