INTERFACE
AdminSharedAttributesInterface
# GraphQL Schema definition
1 interface AdminSharedAttributesInterface { 2 JSONDate! : 3 ID! : 4 HashObject : 5 # defines the physical path of the file 6 String : 7 JSONDate! : 8 }
# Required by
- ApiCallNotification ApiCall Notification
- Asset null
- AuthorizationPolicy Authorization Policy is used to restrict access to pages and forms
- EmailNotification Email Notification
- Form Form configuration - deprecated, use Form
- FormConfiguration Form configuration - deprecated, use Form
- Graphql Graphql query or mutation
- GraphQuery null
- LiquidLayout Liquid Layouts
- LiquidPartial Liquid Partials
- ModelSchema Schema for model (old CustomModelType)
- Page Page
- Property Property definition
- SmsNotification Sms Notification
- Table Table definition (old ModelSchema)
- TransactableSchema Schema for transactable (old name was TransactableType). Deprecated, use ModelSchema
- UserProfileSchema Schema for user profile (old name was UserProfileType)