Shortcut for loadingButtonProps.label
Now isolated into their own object to avoid needed to explicitely pick/omit
Variables passed to the mutation (NOTE: we can't pass other options at the moment)
NOTE: in Vulcan Meteor you had to write: mutationOptions: { name: "foobar", mutationOptions: {refetchQueries:["hello"]}}
In Vulcan Next, you can only pass the "mutationOptions" object: mutationOptions: { refetchQueries:["hello"]} and the mutation is provided via the new "mutation" prop
Callback run before submitting. Can optionnaly return mutationArguments that will override current ones.
Generated using TypeDoc
Difference with Vulcan Meteor: there is no registered mutation anymore, so you need to pass your mutations explicitely, using graphql