Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SignupProps

Index

Properties

Properties

Optional error

error: undefined | ApolloError

Any errors returned from the mutation

loading

loading: boolean

A boolean that indicates whether your mutation is in flight.

Optional result

result: undefined | SignUp_signUp

The SignUpResponse returned from your mutation. Defaults to undefined.

signup

signup: MutationType<SignupParams, SignUp_signUp>

A function to trigger the signUp mutation from your UI. You can pass SignupParams as parameters. The function returns a promise that fulfills with SignUpResponse.

Generated using TypeDoc