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.