Type alias IUnionField

IUnionField: {
    isMemberType: Scalars["Boolean"];
    union: Union;
}

Type declaration

  • isMemberType: Scalars["Boolean"]

    True if this field is the reverse side of the initally created union field

  • union: Union

Generated using TypeDoc