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