Release notes 25.8.11

πŸš€ GraphQL Schema Changes

Detected 18 changes between schemas. Breaking changes: 0

⚠ Argument changes (1)

  • Argument 'companyId: Int' added to field 'Mutation.createRole'

πŸ” Type changes (2)

  • Input field 'EvaluateApplicationRequestInput.ticketNumber' changed type from '[String!]!' to '[String!]'
  • Input field 'CreateUserInput.password' changed type from 'String!' to 'String'

πŸ“ Description changes (2)

  • Input field 'EvaluateApplicationRequestInput.ticketNumber' description changed from 'Ticket number to evaluate' to 'Ticket numbers to evaluate'
  • Input field 'EvaluateRequestInput.fetchFromGds' description changed from 'Fetch from GDS' to 'Whether to fetch from GDS during the quote process, defaults to true'

βœ… Added (13)

  • Input field 'refundApplicationId' of type '[Int!]' was added to input object type 'EvaluateApplicationRequestInput'
  • Input field 'quoteTicket' of type 'Boolean' was added to input object type 'EvaluateRequestInput'
  • Field 'companyId' was added to object type 'Role'
  • Field 'Role.permissions' has description 'Permissions'
  • Input field 'companyId' of type 'Int' was added to input object type 'RoleFilter'
  • Input field 'companyId_gt' of type 'Int' was added to input object type 'RoleFilter'
  • Input field 'companyId_gte' of type 'Int' was added to input object type 'RoleFilter'
  • Input field 'companyId_in' of type '[Int]' was added to input object type 'RoleFilter'
  • Input field 'companyId_lt' of type 'Int' was added to input object type 'RoleFilter'
  • Input field 'companyId_lte' of type 'Int' was added to input object type 'RoleFilter'
  • Input field 'companyId_not' of type 'Int' was added to input object type 'RoleFilter'
  • Input field 'companyId_not_in' of type '[Int]' was added to input object type 'RoleFilter'
  • Input field 'sendEmail' of type 'Boolean' was added to input object type 'CreateUserInput'

Quick summary

  • Breaking: 0
  • Args: 1
  • Types: 2
  • Descriptions: 2
  • Added: 14
  • Removed: 0