GraphQL API

GraphQL API

Latest Poppulo platform GraphQL API

ClaimCheckReserveSlotForUploadInput

input for the reserveSlotForUploadPayload mutation

Fields

  • accountID

    ID
    Required

    Account ID, this should be the int version of the accountId

  • 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.