GraphQLFieldSelection

Constructor:

Signature:

def __init__(
self,
field: str,
alias: str | None,
selections: List[GraphQLSelection],
directives: List[GraphQLDirective],
arguments: List[GraphQLArgument],
) -> None:
...

Parameters:

  1. field:

    Type
    str
  2. alias:

    Type
    str | None
  3. selections:

    Type
    List[GraphQLSelection]
  4. directives:

    Type
    List[GraphQLDirective]
  5. arguments:

    Type
    List[GraphQLArgument]

Attributes:

  1. field:

    Type
    str
  2. alias:

    Type
    str | None
  3. selections:

    Type
    List[GraphQLSelection]
  4. directives:

    Type
    List[GraphQLDirective]
  5. arguments:

    Type
    List[GraphQLArgument]