DeleteProfilePayload: {
    __typename?: "DeleteProfilePayload";
    id?: Maybe<Scalars["ID"]>;
}

The result of deleting a profile

Type declaration

  • Optional __typename?: "DeleteProfilePayload"
  • Optional id?: Maybe<Scalars["ID"]>

    The ID of the profile itinerary

Generated using TypeDoc