Change Log
All notable changes to this project will be documented in this file.
[0.1.13] - 2022-11-xx
Added
Changed
Fixed
ToDo
- Add update operation for
ContractorEntity - Add currentOrganization.action
- Analyse how to "DSL" currentOrganization.action.activities
- review
pathtracking
- review
- Analyse how to "DSL" currentOrganization.action.activities
[0.1.12] - 2022-11-xx
Added
Ecoportal::API::GraphQL::Base::Mutation- Added
createContractorEntity
Changed
- Slight internal refactor of
Ecoportal::API::GraphQL::Base::Query - Upgraded
ecoportal-api-v2gem dependency
[0.1.11] - 2022-11-02
Added
Changed
- upgraded
graphlientgem dependency (support for framents)- removed patch in this gem
Fixed
[0.1.10] - 2022-09-29
Changed
- upgraded
ecoportal-api-v2gem dependency
Fixed
- Remove debugging message
[0.1.9] - 2022-09-26
Added
Ecoportal::API::GraphQL::Query::TagTree
Changed
- upgraded
ecoportal-api-v2gem dependency - added
Ecoportal::API::Common::GraphQL::QueryIntegration- restructured
Ecoportal::API::GraphQL::Model::Organizationclass
- restructured
- Patch on
Graphlient::Queryfor fragments support (pull request: https://github.com/ashkan18/graphlient/pull/94)
[0.1.8] - 2022-09-23
Added
currentOrganization.tagTreesquery
Changed
- upgraded
ecoportal-api-v2gem dependency - Restructured the
Queryinheritance chain to make things simpler
[0.1.6] - 2022-09-19
Fixed
- Call to private method
remove_constinEcoportal::API::GraphQL::Fragment#define
[0.1.5] - 2022-09-19
Added
- Patch
GraphQL::Query#append_nodeso we can use Fragments in blocks using___as start of the constant, and__for namespace separator- Issue/feature request: https://github.com/ashkan18/graphlient/issues/93
Ecoportal::API::GraphQL::Fragment#defineprovided that client scripts can create their own fragments in their own namespace- Exposed
Ecoportal::API::GraphQL#fragments - It will always (re)define in the
Fragmentroot namespace
- Exposed
[0.1.4] - 2022-09-16
Fixed
- Able to inject connection block to
each - Error handling delegated to parent class (
QueryConnection) - Retrieve
idon elements ofArray
[0.1.3] - 2022-09-15
Fixed
- Fixed circular reference to
org_idinEcoportal::API::Common::GraphQL::Client
[0.1.2] - 2022-09-15
Changed
Ecoportal::API::GraphQLadddedemailandpassparameters on initialization- This allows for integration in some client lib
[0.1.0] - 2022-09-15
Added
- First commit with some basic structure