Vlad M
11/16/2025, 10:38 AMLee Turner
11/16/2025, 8:28 PMVlad M
11/17/2025, 3:24 PMGraphqlBodyMatcher.parameters
method but nothing resulted in a match when doing the actual request from the FE
{
"operationName": "authenticationData",
"variables": {},
"query": "fragment CreatorFields on User {
id
firstname
surname
email
__typename
}
fragment ProductLiteFields on Product {
id
name
numberingFormat
soloModeSupported
allowMultipleInstances
status
__typename
}
fragment ContractSectionFields on ContractSection {
id
number
description
completionDate
status
dateCreated
dateModified
creatorId
creator {
...CreatorFields
__typename
}
__typename
}
fragment ContractKeyDateFields on ContractKeyDate {
id
number
conditionToBeMet
keyDate
status
dateCreated
dateModified
creatorId
creator {
...CreatorFields
__typename
}
__typename
}
fragment ContractLiteFields on Contract {
id
name
friendlyName
number
valueCurrency
value
startDate
endDate
contractTypeId
projectId
country
province
timeZone
coordinatesLatitude
coordinatesLongitude
sections {
...ContractSectionFields
__typename
}
keyDates {
...ContractKeyDateFields
__typename
}
status
dateCreated
creatorId
creator {
...CreatorFields
__typename
}
project {
id
name
friendlyName
status
__typename
}
contractType {
id
description
subType
version
status
__typename
}
__typename
}
fragment ProductInstanceLiteFields on ProductInstance {
id
description
numberingFormat
soloModeSupported
contractId
productId
productSchemaId
statusCollectionId
status
dateCreated
creatorId
creator {
...CreatorFields
__typename
}
contract {
...ContractLiteFields
__typename
}
product {
...ProductLiteFields
__typename
}
statusCollection {
id
name
isDefault
status
__typename
}
__typename
}
fragment AddressFields on Address {
line1
line2
city
provinceState
country
code
__typename
}
fragment CompanyLiteFields on Company {
id
type
registeredName
tradingName
registrationNumber
logo
vatRegistrationNumber
physicalAddress {
...AddressFields
__typename
}
postalAddress {
...AddressFields
__typename
}
status
creatorId
dateCreated
creator {
...CreatorFields
__typename
}
__typename
}
fragment UserFields on User {
id
firstname
surname
jobTitle
country
mobileNumber
alternateNumber
dateOfBirth
profilePicture
email
companyId
company {
...CompanyLiteFields
__typename
}
registered
status
lastActive
dateInvited
registeredDate
invitedBy {
...CreatorFields
__typename
}
roles {
items {
userId
productInstanceId
productInstance {
...ProductInstanceLiteFields
__typename
}
productRoleId
status
dateCreated
creatorId
creator {
...CreatorFields
__typename
}
user {
...CreatorFields
__typename
}
productRole {
id
name
productId
actionIds
isInternal
status
dateCreated
creatorId
creator {
...CreatorFields
__typename
}
actions {
items {
id
name
isInternal
status
dateCreated
creatorId
creator {
...CreatorFields
__typename
}
__typename
}
__typename
}
__typename
}
__typename
}
__typename
}
__typename
}
query authenticationData {
authenticationData {
user {
...UserFields
__typename
}
isAdmin
intercomIdentityHash
__typename
}
}"
}Vlad M
11/17/2025, 4:12 PMLee Turner
11/18/2025, 2:07 PMVlad M
11/18/2025, 2:13 PM{
"operationName":"unreadNotifications",
"variables":{},
"query":"query unreadNotifications {
unreadNotifications
}"
}Vlad M
11/25/2025, 4:01 PMLee Turner
11/25/2025, 4:02 PM