OBJECT

SetAutoRefillSettingsPayload

The payload for the set auto refill settings mutation.

link GraphQL Schema definition

1type SetAutoRefillSettingsPayload {
2
3# The changed auto refill profile.
4autoRefillProfile: AutoRefillProfile
5
6}