lib/ecoportal/api/graphql.rb in ecoportal-api-graphql-0.3.7 vs lib/ecoportal/api/graphql.rb in ecoportal-api-graphql-0.3.8
- old
+ new
@@ -34,9 +34,14 @@
# Gives a builder to use different options to modify a reporting structure
def locationStructure
Ecoportal::API::GraphQL::Builder::LocationStructure.new(client)
end
+ # Gives a builder to use different options to play with action
+ def action
+ Ecoportal::API::GraphQL::Builder::Action.new(client)
+ end
+
private
def createContractorEntityMutation
Ecoportal::API::GraphQL::Mutation::ContractorEntity::Create.new(client)
end