GraphQL API

GraphQL API

Latest Poppulo platform GraphQL API

Retrieve a list of integration definitionsQuery

Fetch all integration definitions

Request Parameters

  • first

    Int
    Optional

    The number of integration definitions to retrieve

  • last

    Int
    Optional

    Used for pagination to specify the number of items returned, should not be used in conjunction with first

  • before

    String
    Optional

    Used for pagination to get the previous page of data before the specified cursor

  • after

    String
    Optional

    A cursor identifying the start of the next integration definition

  • totalCount

    Int

    Total number of configured integrations

  • Platform Integration edges

  • pageInfo

    PageInfo

    Page info