Add view title to GraphQL Compose query result
This merge request adds the title field to the View schema type in GraphQL Compose. It also updates the ViewSchemaExtension to resolve the field using the view's configured title.
This allows clients to access the view title directly from GraphQL responses.