Type alias CustomerTenantMembershipPartsFragment

CustomerTenantMembershipPartsFragment: {
    __typename: "CustomerTenantMembership";
    createdAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    };
    createdBy: {
        __typename: "MachineUserActor";
        machineUserId: string;
    } | {
        __typename: "SystemActor";
        systemId: string;
    } | {
        __typename: "UserActor";
        userId: string;
    };
    tenant: {
        __typename: "Tenant";
        createdAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        };
        createdBy: {
            __typename: "MachineUserActor";
            machineUserId: string;
        } | {
            __typename: "SystemActor";
            systemId: string;
        } | {
            __typename: "UserActor";
            userId: string;
        };
        externalId: string;
        id: string;
        name: string;
        updatedAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        };
        updatedBy: {
            __typename: "MachineUserActor";
            machineUserId: string;
        } | {
            __typename: "SystemActor";
            systemId: string;
        } | {
            __typename: "UserActor";
            userId: string;
        };
        url: string | null;
    };
    updatedAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    };
    updatedBy: {
        __typename: "MachineUserActor";
        machineUserId: string;
    } | {
        __typename: "SystemActor";
        systemId: string;
    } | {
        __typename: "UserActor";
        userId: string;
    };
}

Type declaration

  • __typename: "CustomerTenantMembership"
  • createdAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    }
    • __typename: "DateTime"
    • iso8601: string
    • unixTimestamp: string
  • createdBy: {
        __typename: "MachineUserActor";
        machineUserId: string;
    } | {
        __typename: "SystemActor";
        systemId: string;
    } | {
        __typename: "UserActor";
        userId: string;
    }
  • tenant: {
        __typename: "Tenant";
        createdAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        };
        createdBy: {
            __typename: "MachineUserActor";
            machineUserId: string;
        } | {
            __typename: "SystemActor";
            systemId: string;
        } | {
            __typename: "UserActor";
            userId: string;
        };
        externalId: string;
        id: string;
        name: string;
        updatedAt: {
            __typename: "DateTime";
            iso8601: string;
            unixTimestamp: string;
        };
        updatedBy: {
            __typename: "MachineUserActor";
            machineUserId: string;
        } | {
            __typename: "SystemActor";
            systemId: string;
        } | {
            __typename: "UserActor";
            userId: string;
        };
        url: string | null;
    }
    • __typename: "Tenant"
    • createdAt: {
          __typename: "DateTime";
          iso8601: string;
          unixTimestamp: string;
      }
      • __typename: "DateTime"
      • iso8601: string
      • unixTimestamp: string
    • createdBy: {
          __typename: "MachineUserActor";
          machineUserId: string;
      } | {
          __typename: "SystemActor";
          systemId: string;
      } | {
          __typename: "UserActor";
          userId: string;
      }
    • externalId: string
    • id: string
    • name: string
    • updatedAt: {
          __typename: "DateTime";
          iso8601: string;
          unixTimestamp: string;
      }
      • __typename: "DateTime"
      • iso8601: string
      • unixTimestamp: string
    • updatedBy: {
          __typename: "MachineUserActor";
          machineUserId: string;
      } | {
          __typename: "SystemActor";
          systemId: string;
      } | {
          __typename: "UserActor";
          userId: string;
      }
    • url: string | null
  • updatedAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    }
    • __typename: "DateTime"
    • iso8601: string
    • unixTimestamp: string
  • updatedBy: {
        __typename: "MachineUserActor";
        machineUserId: string;
    } | {
        __typename: "SystemActor";
        systemId: string;
    } | {
        __typename: "UserActor";
        userId: string;
    }

Generated using TypeDoc