GraphQL INPUT_OBJECT
KeyGeneratorSearchParameters
Search parameters for Key Generators
link Definition
- input KeyGeneratorSearchParameters {
- # ID of the Key Generator
- NumericIdSearchRelationInput :
- # Name of the Key Generator
- StringExtendedSearchRelationInput :
- # ID of the client the Key Generator belongs to
- NumericIdSearchRelationInput :
- # Type of the Key Generator
- KeyGeneratorTypeSearchRelationInput :
- # Date and time when the Key Generator was created
- DateTimeSearchRelationInput :
- # User who created the Key Generator
- NumericIdSearchRelationInput :
- # Date and time when the Key Generator was last modified
- DateTimeSearchRelationInput :
- # User who last modified the Key Generator
- NumericIdSearchRelationInput :
- # Order the Key Generators by lastModifiedDate
- SearchOrderOperator :
- # Maximum number of items that should be retrieved
- Int :
- # Starting index for retrieving the items
- Int :
- }