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 typedependenciesValues
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 dataquery
String
Search queryvaluesToFetch
JSON
Request specific values to fetch their title
Built with