• Ledger

    • Accounts
    • Account Sets
    • Balances
    • Entries
    • Indexes
    • Journals
    • Tran Codes
    • Transactions
    • Velocity Controls
    • Money Formatting
    • Versions and History
    • Warehouse
  • GraphQL

    • Queries
    • Mutations
    • Object Types
    • Input Types
    • Enum Types
    • Scalar Types
    • Interface Types
    • Union Types
  • API

    • Requests
    • Response Format
    • Pagination
    • Errors
    • Transactional Operations
    • Extensions
  • CEL

    • Examples
    • Functions

GraphQL

Union Types

Union types combine two or more object types into a single type to represent data that can be one of multiple types.

AccountSetMember

Account set members can be of type Account or AccountSet.

Possible Types

  • Account
  • AccountSet

DatabaseEntity

Possible Types

  • Account
  • AccountSet
  • Balance
  • Entry
  • Transaction
  • TranCode

WorkflowEntity

Possible Types

  • Transaction
  • WorkflowExecution
  • AchWorkflowTrace

On this page

  1. AccountSetMember

  2. DatabaseEntity

  3. WorkflowEntity