GraphQLVariable

Constructor:

Signature:

def __init__(self, name: str, type: GraphQLType) -> None:
...

Parameters:

  1. name:

    Type
    str
  2. type:

    Type
    GraphQLType

Attributes:

  1. name:

    Type
    str
  2. type:

    Type
    GraphQLType