Bello Gbadebo

Results 5 issues of Bello Gbadebo

GraphQL is a very declarative query language. It provides a declarative approach to data fetching. From the schema, you already know what kind of data to expect and you can...

enhancement
p2
doing
stuck

GraphQL is a very declarative query language. It provides a declarative approach to data fetching. From the schema, you already know what kind of data to expect and you can...

enhancement
p4

This pull request fixes #87

When creating a payment plan, the amount field is required. See [here](https://github.com/Flutterwave/Node/blob/master/services/payment-plans/rave.create.js#L8) In the documentation, it says there is an option for using [dynamic amounts](https://developer.flutterwave.com/docs/recurring-payments/payment-plans/#dynamic-amounts) in which you do not...