OBJECT
OnlineFormTypeEntity
link GraphQL Schema definition
- type OnlineFormTypeEntity {
- Boolean :
- # Tells if the entity instance is protected against delete (Entities that need to
- # be present in the system at any time). Delete action still may fail if entity is
- # deletable, due some other additional validations.
- Boolean! :
- OnlineForm :
- # Returns if user can change readonly flag on this entity_type.
- Boolean :
- # Unique identifier of entity.
- ID! :
- # Specifies if the entity is considered deleted.
- Boolean :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- ClientEntity :
- # Boolean value.
- Boolean :
- # Multi-line text input field.
- String :
- # Field whose values are strictly defined with an enumeration of values.
- BaseEntityTypeEnum! :
- # Form definition in json format.
- JSONString! :
- # Boolean value.
- Boolean! :
- # Boolean value.
- Boolean! :
- # Datetime information.
- DateTime :
- # Datetime information.
- DateTime :
- # Name of the entity and its default text representation.
- String! :
- # Relation to single entity instance.
- ID! :
- # Revision when entity was lastly changed.
- Int :
- Int :
- Int :
- Int :
- Int :
- Float :
- DateTime :
- String :
- # Relations to OnlineForms.
- #
- # Arguments
- # filter: Filter OnlineForm relations by target OnlineForm
- # attributes.
- # orderBy: Order OnlineForm relations by target OnlineForm
- # attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- OnlineFormFilterInput, :
- OnlineFormOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): OnlineFormEntityConnection
- String! :
- Int :
- String :
- ProcessStatusEnum :
- Boolean! :
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- EntityPermsEnum!]!): [EntityPermsEnum!]! ( : [
- ID!]! : [
- # Arguments
- # category: [Not documented]
- # sortBy: [Not documented]
- # sortOrder: [Not documented]
- # before: [Not documented]
- # after: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- (
- ResponseSummaryRelationCategory!, :
- OnlineFormTypeDetailGridSortBy, :
- SortOrder, :
- String, :
- String, :
- Int, :
- Int :
- ): OnlineFormResponseSummaryItemConnection
- # Arguments
- # filter: [Not documented]
- # sortBy: [Not documented]
- # sortByFieldId: [Not documented]
- # sortOrder: [Not documented]
- # before: [Not documented]
- # after: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- (
- FieldFilterParams, :
- OnlineFormTypeDetailResponseGridSortBy, :
- ID, :
- SortOrder, :
- String, :
- String, :
- Int, :
- Int :
- ): OnlineFormResponseItemConnection
- }