ViewTypeDefinition
No description
1type ViewTypeDefinition {2name: String!3template: String4javaClassName: String!5superTypes: [ViewTypeDefinition!]!6modelTypes: [ObjectType!]!7fields: [ViewFieldDefinition!]!8}
Fields
name ● String! non-null scalar common
template ● String scalar common
javaClassName ● String! non-null scalar common
superTypes ● [ViewTypeDefinition!]! non-null object common
modelTypes ● [ObjectType!]! non-null object common
fields ● [ViewFieldDefinition!]! non-null object common
Member Of
ViewFieldDefinitionobjectViewTypeDefinitionobjectViewTypeSchemaobject