PluginsgraphqlGCASchema ReferenceTypesCommonDirectivesgca_view_entryOn this pagegca_view_entryProvides entry view information 1directive @gca_view_entry( 2 modelTypeId: ID 3 viewName: String 4 viewClass: ID 5 modelName: String 6) on OBJECT Arguments modelTypeId ● ID scalar common viewName ● String scalar common viewClass ● ID scalar common modelName ● String scalar common