Agin Logo
POST
https://agin.cloud/graphql
dev
recordFarmEvent

Post new data from the farm.

This covers anything from egg collection to tilling the land.

Available from: 0.46.0
Return Type: FarmEvent
Input: createFarmRecordInput
mutation
POST
https://agin.cloud/graphql

        mutation recordFarmEvent {
          recordFarmEvent(input: {cart_id: "uuid-goes-here"}){
          }
        }