ProfileEdge: {
    __typename?: "ProfileEdge";
    cursor: Scalars["String"];
    node: Profile;
}

Edge containing a Profile

Type declaration

  • Optional __typename?: "ProfileEdge"
  • cursor: Scalars["String"]

    The cursor string pointing to this item

  • node: Profile

    The item

Generated using TypeDoc