AccessRequirementInput is an input of any access requirement for running a remote table query based on the remote table configuration. Only one field may be set.

This input datatype is used by the AccessRequirementInput datatype, which is used by the createRemoteTableConfig() and updateRemoteTableConfig() mutations.

Table: AccessRequirementInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Mar 2, 2026
staticRequirementRemoteTableStaticRequirementInput  PreviewA requirement that statically allows or disallows access to the connection. See RemoteTableStaticRequirementInput.
tokenRemoteTableFilterRequirementRemoteTableTokenRemoteTableFilterRequirementInput  PreviewA requirement that the user login JWT token contains a remoteTableFilter field that matches this value. See RemoteTableTokenRemoteTableFilterRequirementInput.