MTGGraphQL Changelog
The following is the MTGGraphQL Changelog. Some parts may be updated for clarity or corrections at any point.
1.4.0
Release Date: 2023-09-01
Announcements
With this release we've put a focus on making the cards
endpoint more robust.
Cards
Added
- Added price querying directly from cards
- Added
latestPrice
andprices
as a field resolver - Added
decksContaining
method to get decks associated with each card found - Added
set
method to get information for the related set - Added advanced searching by specifying exact search operators such as
eq
,in
, andlike
- Added querying by
text
,type
, etc; identifieres likescryfallId
,multiverseId
, etc
Misc
- Added defaults for page/order if not specified. (Defaults to {take: 15, skip 0}, and {order: ASC})
1.3.0
Release Date: 2023-02-12
Announcements
With this release of MTGGraphQL we've stablized the application and added prices! Become a patron today at our Patreon and get access to our MTGGraphQL service.
Prices (New)
Added
- Added price querying
1.0.2
Release Date: 2021-01-18
Announcements
The first public release of MTGGraphQL has gone live! For more information see the MTGGraphQL documentation. Access during our beta rollout is limited to Patreon supporters. The GraphQL GUI can be accessed via the MTGGraphQL Playground.
Notes
Prices
- Prices are currently not supported but will be in release v1.1.0