Fundflow / apollo-redux-form

Redux forms powered by Apollo
MIT License
47 stars 7 forks source link

Investigate how to use schema to setup default values #27

Closed mstn closed 7 years ago

mstn commented 7 years ago

For example,

  input Amount {
      value: Int
      currency: String
  }

We want to default currency to EUR.