GraphQL API

GraphQL API

Latest Poppulo platform GraphQL API

ClaimCheckUnsafeReserveSlotForUploadInput

input for the unsafeReserveSlotForUploadPayload mutation

Fields

  • enterpriseID

    ID
    Required

    Enterprise ID, this should be the Enterprise UUID

  • accountID

    ID
    Optional

    Account ID, if null then a slot will be created using the specified enterprise id, this should be the Account UUID

  • resourceType

    String
    Required

    The resourceTypes will eventually managed in a registry in the eventhub subgraph but for now are managed on the client side. The only accepted value for now is PlatformFlow

  • resourceID

    ID
    Required

    The resourceId is a v7 UUID that's generated by the client. For the email workflow this will be created by the UI and used as the seriesID for all the events in the flow.