OBJECT
PointTransaction
link GraphQL Schema definition
- type PointTransaction {
- # ポイント増減数。正の数は増加、負の数は減少
- : BigDecimal!
- : ISO8601DateTime!
- # 摘要
- : String!
- : ID!
- # ウォレットのポイント残高
- : Point!
- # 取引日時
- : ISO8601DateTime!
- : ISO8601DateTime!
- }
OBJECT
- type PointTransaction {
- # ポイント増減数。正の数は増加、負の数は減少
- : BigDecimal!
- : ISO8601DateTime!
- # 摘要
- : String!
- : ID!
- # ウォレットのポイント残高
- : Point!
- # 取引日時
- : ISO8601DateTime!
- : ISO8601DateTime!
- }