Example #1
0
def operation_type_definition(operation, type_, loc):
    return OperationTypeDefinitionNode(operation=operation,
                                       type=type_,
                                       loc=loc)