Type alias UpdateItineraryLocationIsOptionalMutation

UpdateItineraryLocationIsOptionalMutation: {
    __typename?: "Mutation";
    updateItineraryLocation: {
        __typename: "UpdateItineraryLocationPayload";
        cascaded: {
            __typename?: "ItineraryItemCascadedChanges";
            created: ({
                __typename: "ItineraryCollection";
                id: string;
            } | {
                __typename: "ItineraryDirections";
                id: string;
            } | {
                __typename: "ItineraryLocation";
                id: string;
            })[];
            deletedIds: string[];
            updated: ({
                __typename: "ItineraryCollection";
                id: string;
            } | {
                __typename: "ItineraryDirections";
                id: string;
            } | {
                __typename: "ItineraryLocation";
                id: string;
            })[];
        };
        location?: {
            __typename: "ItineraryLocation";
            id: string;
            optional: boolean;
        } | null;
    };
}

Type declaration

  • Optional __typename?: "Mutation"
  • updateItineraryLocation: {
        __typename: "UpdateItineraryLocationPayload";
        cascaded: {
            __typename?: "ItineraryItemCascadedChanges";
            created: ({
                __typename: "ItineraryCollection";
                id: string;
            } | {
                __typename: "ItineraryDirections";
                id: string;
            } | {
                __typename: "ItineraryLocation";
                id: string;
            })[];
            deletedIds: string[];
            updated: ({
                __typename: "ItineraryCollection";
                id: string;
            } | {
                __typename: "ItineraryDirections";
                id: string;
            } | {
                __typename: "ItineraryLocation";
                id: string;
            })[];
        };
        location?: {
            __typename: "ItineraryLocation";
            id: string;
            optional: boolean;
        } | null;
    }
    • __typename: "UpdateItineraryLocationPayload"
    • cascaded: {
          __typename?: "ItineraryItemCascadedChanges";
          created: ({
              __typename: "ItineraryCollection";
              id: string;
          } | {
              __typename: "ItineraryDirections";
              id: string;
          } | {
              __typename: "ItineraryLocation";
              id: string;
          })[];
          deletedIds: string[];
          updated: ({
              __typename: "ItineraryCollection";
              id: string;
          } | {
              __typename: "ItineraryDirections";
              id: string;
          } | {
              __typename: "ItineraryLocation";
              id: string;
          })[];
      }
      • Optional __typename?: "ItineraryItemCascadedChanges"
      • created: ({
            __typename: "ItineraryCollection";
            id: string;
        } | {
            __typename: "ItineraryDirections";
            id: string;
        } | {
            __typename: "ItineraryLocation";
            id: string;
        })[]
      • deletedIds: string[]
      • updated: ({
            __typename: "ItineraryCollection";
            id: string;
        } | {
            __typename: "ItineraryDirections";
            id: string;
        } | {
            __typename: "ItineraryLocation";
            id: string;
        })[]
    • Optional location?: {
          __typename: "ItineraryLocation";
          id: string;
          optional: boolean;
      } | null

Generated using TypeDoc