ProfileContentFragment: {
    __typename?: "Profile";
    bio?: string | null;
    handle?: string | null;
    name: string;
    websiteUrl?: string | null;
}

Type declaration

  • Optional __typename?: "Profile"
  • Optional bio?: string | null
  • Optional handle?: string | null
  • name: string
  • Optional websiteUrl?: string | null

Generated using TypeDoc