Skip to main content

Changes 2025-08-21 12:18:15

· One min read

Detected the following changes (17) between schemas:

✖ Field createPrivateItemSpecStableAlfaSkin was removed from object type Mutation
✖ Field createStableAlfaSkin was removed from object type Mutation
✖ Type PrivateItemSpecStableAlfaSkin was removed
✖ Type StableAlfaSkinInput was removed
✖ Type TradeCreateStatusInput was removed
✖ Input field status was removed from input object type TradeInput
⚠ Input field description of type String was added to input object type StableSkinPropsInput
⚠ Input field inspectData of type String was added to input object type StableSkinPropsInput
⚠ Input field isApproveRequired of type Boolean was added to input object type TradeInput
✔ Field createManyStableAlfaSkinsByHashNamePartner was added to object type Mutation
✔ Field createManyStableAlfaSkinsPartner was added to object type Mutation
✔ Type StableAlfaSkinByHashNameCreateManyInput was added
✔ Type StableAlfaSkinByHashNameCreateOne was added
✔ Type StableAlfaSkinCreateManyInput was added
✔ Type StableAlfaSkinCreateOne was added
✔ Field description was added to object type StableSkinProps
✔ Field inspectData was added to object type StableSkinProps

[!!!] Detected 6 breaking changes

Changes 2025-08-15 20:56:18

· 2 min read

Detected the following changes (28) between schemas:

✖ Input field name was removed from input object type SpecFilterInput
✖ Input field quality was removed from input object type SpecFilterInput
✖ Input field rarity was removed from input object type SpecFilterInput
⚠ Input field itemQuality of type [QUALITY] was added to input object type SpecFilterInput
⚠ Input field itemRarity of type [RARITY] was added to input object type SpecFilterInput
⚠ Input field status of type TradeCreateStatusInput was added to input object type TradeInput
✔ Field isStableSkin was added to object type AlfaSkin
✔ Field stableSkinProps was added to object type AlfaSkin
✔ Field hashName was added to object type Item
✔ Field Item.marketHashName is deprecated
✔ Field Item.marketHashName has deprecation reason Use: Item.hashName
✔ Deprecation reason on field Item.stattrack has changed from misprint to Use: Item.stattrak
✔ Field createManyPrivateItems was added to object type Mutation
✔ Field createManyPrivateItemsSpecs was added to object type Mutation
✔ Field createManyPrivateSpecs was added to object type Mutation
✔ Field createPrivateItemSpecStableAlfaSkin was added to object type Mutation
✔ Field createStableAlfaSkin was added to object type Mutation
✔ Type PrivateItemInput was added
✔ Type PrivateItemManyInput was added
✔ Type PrivateItemSpecInput was added
✔ Type PrivateItemSpecStableAlfaSkin was added
✔ Type PrivateItemsSpecsManyInput was added
✔ Type PrivateSpecInput was added
✔ Type PrivateSpecManyInput was added
✔ Type StableAlfaSkinInput was added
✔ Type StableSkinProps was added
✔ Type StableSkinPropsInput was added
✔ Type TradeCreateStatusInput was added

[!!!] Detected 3 breaking changes

Changes 2025-08-14 17:58:57

· One min read
Detected the following changes (13) between schemas:

⚠ Input field id of type [ID!] was added to input object type SpecFilterInput
⚠ Input field isPrivate of type Boolean was added to input object type SpecFilterInput
⚠ Input field isPrivate of type Boolean was added to input object type SpecFilterPartnerInput
⚠ Enum value PROTECTED was added to enum WithdrawStatus
✔ Field resultPrice was added to object type AlfaSkinLog
✔ Field isPrivate was added to object type Item
✔ Field findOrdersByUniqHashPartnerV2 was added to object type Query
✔ Field isEnabledWithdraw was added to object type Spec
✔ Field isPrivate was added to object type Spec
✔ Type UniqHashOrder was added
✔ Field paid was added to object type WithdrawInfo
✔ Field settlementUntil was added to object type WithdrawInfo
✔ Field updateAfter was added to object type WithdrawInfo

[success] No breaking changes detected

Changes 2023-09-12 21:20:33

· One min read
 Detected the following changes (5) between schemas:

⚠ Input field isOperableByRequester of type Boolean was added to input object type AlfaSkinFilterInput
✔ Field isOperableByRequester was added to object type AlfaSkin
✔ Type AlfaSkinWithdrawOnePartner was added
✔ Type AlfaSkinWithdrawPartnerInput was added
✔ Field withdrawAlfaSkinPartner was added to object type Mutation

[success] No breaking changes detected

Changes 2023-08-10 16:57:17

· One min read
 Detected the following changes (10) between schemas:

⚠ Input field itemHashNameLike of type String was added to input object type SpecFilterPartnerInput
✔ Type AlfaSkinConnection was added
✔ Type AlfaSkinEdge was added
✔ Type AlfaSkinFilterInput was added
✔ Field searchAlfaSkins was added to object type Query
✔ Field searchSpecs was added to object type Query
✔ Type SpecConnection was added
✔ Type SpecEdge was added
✔ Type SpecFilterInput was added
✔ Type SpecPriceFilterInput was added

[success] No breaking changes detected

Changes 2023-06-16 14:11:53

· One min read
 ⚠  Enum value REMOVE was added to enum OrderType
✔ Field isModer was added to object type UserGrants

[success] No breaking changes detected

Changes 2023-02-27 19:16:26

· One min read
 ✖  Field OrderRow.userId changed type from ID! to ID
⚠ Enum value REPLACE was added to enum OrderType
✔ Field isReplaceable was added to object type AlfaSkin
✔ Field Item.stattrack is deprecated
✔ Field Item.stattrack has deprecation reason misprint
✔ Field stattrak was added to object type Item

[!!!] Detected 1 breaking change

Changes 2022-12-14 19:20:58

· One min read
 ⚡  WS library updated.

Details:
Sec-WebSocket-Protocol: graphql-ws - deprecated (e.g. subscriptions-transport-ws)

Sec-WebSocket-Protocol: graphql-transport-ws - supported (e.g. graphql-ws)

 ✖  Changed error response format.

Details:
Old response body:

{
"data": null,
"errors": [{
"message": "error message",
"locations": [{
"line": 2,
"column": 3
}],
"path": ["someQuery"],
"extensions": {
"code": "BAD_USER_INPUT",
"exception": {
"code": "276c6013-9c24-4d44-8bb4-25b19f70e0d7"
}
}
}]
}

New response body:

{
"data": null,
"errors": [{
"message": "error message",
"locations": [{
"line": 2,
"column": 3
}],
"path": ["someQuery"],
"extensions": {
"code": "BAD_USER_INPUT",
"errno": "276c6013-9c24-4d44-8bb4-25b19f70e0d7"
}
}]
}

Changes 2022-12-09 14:05:58

· One min read
 ⚠  Enum value FROZEN was added to enum WithdrawStatus
✔ Type AlfaSkinBuyAndGiveManyInput was added
✔ Type AlfaSkinBuyAndGiveOne was added
✔ Field buyAndGiveManyAlfaSkinsPartner was added to object type Mutation
✔ Field isEnabledUserBuy was added to object type Spec

[success] No breaking changes detected

Changes 2022-04-29 12:14:08

· One min read
 ✖  Field createdPrice was removed from object type AlfaSkin
⚠ Enum value BUY_USER was added to enum OrderType

[!!!] Detected 1 breaking change