Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 2.03 KB

changes.md

File metadata and controls

51 lines (36 loc) · 2.03 KB

Api changes

Added Resource(s)
  • added resource /{projectKey}/in-store/key={storeKey}/business-units
  • added resource /{projectKey}/in-store/key={storeKey}/business-units/key={key}
  • added resource /{projectKey}/in-store/key={storeKey}/business-units/{ID}
Added Method(s)
  • added method $apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->get()
  • added method $apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->head()
  • added method $apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->post()
  • added method $apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withKey()->get()
  • added method $apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withKey()->head()
  • added method $apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withKey()->post()
  • added method $apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withKey()->delete()
  • added method $apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withId()->get()
  • added method $apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withId()->head()
  • added method $apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withId()->post()
  • added method $apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withId()->delete()
Added Property(s)
  • added property inheritedStores to type BusinessUnit
  • added property inheritedStores to type Company
  • added property inheritedStores to type Division

History changes

Changed Property(s)
  • ⚠️ changed property extensions of type GraphQLError from type GraphQLErrorObject to object
Removed Type(s)
  • ⚠️ removed type GraphQLErrorObject