GraphQL Schema type definitions

Working to extend the AddExtension and UpdateExtension graphql APIs.

the field I am trying to add is a new field, and I am being blocked by

   "errors": [
       {
           "message": "Field \"max_contacts\" is not defined by type addExtensionInput.",
           "status": false
       }
   ]
}

I am having trouble finding where these type definitions exist. Any breadcrumbs would be greatly appreciated.

core/Api/Gql/Extensions.php

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.