PluginsgraphqlGCASchema ReferenceTypesCommonDirectivesgca_view_typeOn this pagegca_view_typeProvides view type information 1directive @gca_view_type( 2 class: ID 3 template: String 4 name: String 5) on 6 | OBJECT 7 | INTERFACE Arguments class ● ID scalar common template ● String scalar common name ● String scalar common