GraphQLInlineFragment

Constructor:

Signature:

def __init__(self, type_condition: str, selections: List[GraphQLSelection]) -> None:
...

Parameters:

  1. type_condition:

    Type
    str
  2. selections:

    Type
    List[GraphQLSelection]

Attributes:

  1. type_condition:

    Type
    str
  2. selections:

    Type
    List[GraphQLSelection]