Inputs
/
RemoteOptionsInput

RemoteOptionsInput

Input type for requesting remote options for a field type, including dependencies, credentials, pagination, and search query.

Fields

  • fieldTypeReferenceId
    Int!
    Required
    The reference ID of the field type
  • dependenciesValues
    JSON
    Map a dependency fieldKey to its value. Example: { "my-field-key": { value: 123 } }
  • credentialsValues
    JSON
    Map a credentialsKey to the credentials data. Example: { "my-credentials-key": { userCredentialsId: 123, accessToken: "abc" } }
  • pageRequestData
    JSON
    Pagination data matching the schema of the field's remote options pagination data
  • query
    String
    Search query
  • valuesToFetch
    JSON
    Request specific values to fetch their title
GetBlocksInputTimelineItemTimeRange
Built with