GraphQL Changelog – Week 10/11 to 14/11

This release introduces Start Form visibility controls, IPaaS preferences, and archived status fields for Phases and Reports. Additionally, we have deprecated the anyone_can_create_card field across multiple objects and removed enableExternalGuests from Repo preferences.

New:

  • Fields Added:
    • archived was added to the PhaseField object type.
    • archived was added to the PipeReportFilterableFields object type.
    • ipaasDisabledReason was added to the OrganizationPreferences object type.
    • ipaasEnabled was added to the OrganizationPreferences object type.
    • startFormVisibility was added to the Pipe object type.
    • startFormVisibility was added to the PipeSharedProperties interface.

Deprecated:

  • The anyone_can_create_card field is now deprecated across several areas including:
    • ConnectedTable
    • InternalPipe
    • Pipe
    • PublicPipeInterface
    • Repo
    • Table
  • The enableExternalGuests field is deprecated in RepoPreference.
  • The anyone_can_create_card argument in the pipes field of the following is now deprecated:
    • InternalOrganization
    • Organization
    • OrganizationInterface
  • The anyone_can_create_card input field in UpdatePipeInput is now deprecated.

These permissions are deprecated in favor of form permissions configuration.