Class: Types::PagesDeploymentType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::PagesDeploymentType
- Defined in:
- app/graphql/types/pages_deployment_type.rb
Instance Method Summary collapse
Methods inherited from BaseObject
accepts, assignable?, authorization, authorization_scopes, authorize, authorized?, #current_user, #id
Methods included from Gitlab::Graphql::Present
Instance Method Details
#project ⇒ Object
38 39 40 |
# File 'app/graphql/types/pages_deployment_type.rb', line 38 def project ::Project.find(object.project_id) end |