Detected 19 changes between schemas. Breaking changes: 0

🔁 Type changes (9)

  • Field 'Mutation.createUploadUrl' changed type from 'UploadUrlResponse!' to 'UploadUrlResponse'
  • Field 'UploadUrlResponse.uploadUrl' changed type from 'String!' to 'String'
  • Field 'UploadUrlResponse.objectKey' changed type from 'String!' to 'String'
  • Field 'UploadUrlResponse.expiresAt' changed type from 'String!' to 'String'
  • Field 'ClientConfigurations.clientId' changed type from 'Int' to 'JsonValue'
  • Field 'ClientConfigurations.airplanePackKey' changed type from 'String' to 'JsonValue'
  • Field 'ClientConfigurations.logoUrl' changed type from 'String' to 'JsonValue'
  • Field 'ClientConfigurations.quoteOk' changed type from 'Boolean' to 'JsonValue'
  • Field 'ClientConfigurations.fulfillment' changed type from 'Boolean' to 'JsonValue'

📝 Description changes (1)

  • Field 'Reservation.document' description changed from 'the associeded to reservation' to 'Document associated with the reservation.'

✅ Added (9)

  • Type 'AffectedCoupons' was added
  • Type 'ContributingCoupon' was added
  • Type 'FileInformation' was added
  • Type 'JsonValue' was added
  • Type 'SettingsFiles' was added
  • Field 'clientSettingsFiles' was added to object type 'Query'
  • Type for argument 'clientId' on field 'Query.clientSettings' changed from 'Int!' to 'Int'
  • Field 'affectedCoupons' was added to object type 'Reservation'
  • Field 'primaryReason' was added to object type 'Reservation'

Quick summary

  • Breaking: 0
  • Args: 0
  • Types: 9
  • Descriptions: 1
  • Added: 9
  • Removed: 0

🚀 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