Skip to content

Commit

Permalink
feat(core): Implement MoneyStrategy
Browse files Browse the repository at this point in the history
Relates to #1835.

BREAKING CHANGE: The introduction of the new MoneyStrategy includes a new GraphQL `Money` scalar,
which replaces `Int` used in v1.x. In practice, this is still a `number` type and should not
break any client applications. One point to note is that `Money` is based on the `Float` scalar
and therefore can represent decimal values, allowing fractions of cents to be represented.
  • Loading branch information
michaelbromley committed Feb 21, 2023
1 parent feb4a7e commit 61ac041
Show file tree
Hide file tree
Showing 63 changed files with 26,851 additions and 31,158 deletions.
538 changes: 309 additions & 229 deletions packages/admin-ui/src/lib/core/src/common/introspection-result.ts

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions packages/admin-ui/src/lib/core/src/data/data.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ export function createApollo(
};
}

// List of all EU countries

/**
* The DataModule is responsible for all API calls *and* serves as the source of truth for global app
* state via the apollo-link-state package.
Expand Down
Loading

0 comments on commit 61ac041

Please sign in to comment.