INPUT_OBJECT

LinkAccountsMutationInput

The input object that defines the fields for the linkAccounts mutation.

link GraphQL Schema definition

  • input LinkAccountsMutationInput {
  • # The ID of a child `Account`.
  • child_account_id: Int64Bit!
  • }

link Require by