38. Query: Get "UserData"

Get the "UserData" of the authorized user.

query getUserData {
  getUserData {
    uuid
    email
    totalArea
    maxArea
    areaUnit
    language
    apiKey
    soilDatasetClassesAmount
    organizations {
      uuid
      name
      surname
      givenName
      email
      phone
      createdDate
      updatedDate
      users {
        organizationUuid
        userUuid
        email
        allFarms
        createdDate
        updatedDate
        farms {
          uuid
          userUuid
          name
          createdDate
          updatedDate
          farmOwnership
          email
        }
      }
    }
  }
}

Last updated

Powered by GeoPard Agriculture - Automated precisionAg platform