OBJECT

createFitbitPayload

Autogenerated return type of createFitbit.

link GraphQL Schema definition

  • type createFitbitPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • fitbit: Fitbit
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }