GraphQL INPUT_OBJECT
WebFileSearchParameters
Search parameters for a web file
link Definition
- input WebFileSearchParameters {
- # Maximum number of items that should be retrieved.
- : Int
- # Starting index for retrieving the items.
- : Int
- # Input for ordering the result before applying the offset.
- : [WebFileSearchOrderByInputGraphType]
- # ID of the web file.
- : NumericIdSearchRelationInput
- # Name of the web file.
- : StringExtendedSearchRelationInput
- # ID of the client account.
- : NumericIdSearchRelationInput
- # Content type of the web file.
- : ContentTypeSearchRelationInput
- # IsCleverCss property of the web file.
- : BoolSearchRelationInput
- # Folder ID of the web file.
- : NumericIdSearchRelationInput
- # ID of the user created the web file.
- : NumericIdSearchRelationInput
- # ID of the user last modified the web file.
- : NumericIdSearchRelationInput
- # Date when the web file was created.
- : DateTimeSearchRelationInput
- # Date when the web file was last modified.
- : DateTimeSearchRelationInput
- }