Inputs
/RemoteOptionsInput
RemoteOptionsInput
Input type for requesting remote options for a field type, including dependencies, credentials, pagination, and search query.
Fields
fieldTypeReferenceIdInt!Required
The reference ID of the field typedependenciesValuesJSON
Map a dependency fieldKey to its value. Example: { "my-field-key": { value: 123 } }credentialsValuesJSON
Map a credentialsKey to the credentials data. Example: { "my-credentials-key": { userCredentialsId: 123, accessToken: "abc" } }pageRequestDataJSON
Pagination data matching the schema of the field's remote options pagination dataqueryString
Search queryvaluesToFetchJSON
Request specific values to fetch their title
Built with